diff options
Diffstat (limited to 'components/devtools_traits/lib.rs')
-rw-r--r-- | components/devtools_traits/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/devtools_traits/lib.rs b/components/devtools_traits/lib.rs index dbdf255b71b..9abbf5d1cc9 100644 --- a/components/devtools_traits/lib.rs +++ b/components/devtools_traits/lib.rs @@ -334,7 +334,7 @@ pub enum NetworkEvent { impl TimelineMarker { pub fn start(name: String) -> StartedTimelineMarker { StartedTimelineMarker { - name: name, + name, start_time: PreciseTime::now(), start_stack: None, } |