mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
parent
af4c3901d8
commit
fd87c8cb3e
155 changed files with 3 additions and 226 deletions
|
@ -10,7 +10,6 @@ use dom::bindings::utils::{Reflector, reflect_dom_object};
|
|||
use dom::window::Window;
|
||||
|
||||
#[dom_struct]
|
||||
#[derive(HeapSizeOf)]
|
||||
pub struct PerformanceTiming {
|
||||
reflector_: Reflector,
|
||||
navigationStart: u64,
|
||||
|
@ -56,4 +55,3 @@ impl<'a> PerformanceTimingHelpers for &'a PerformanceTiming {
|
|||
self.navigationStartPrecise
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue