aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/performancetiming.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/performancetiming.rs')
-rw-r--r--components/script/dom/performancetiming.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/performancetiming.rs b/components/script/dom/performancetiming.rs
index 99ed766073c..299c6eb6b16 100644
--- a/components/script/dom/performancetiming.rs
+++ b/components/script/dom/performancetiming.rs
@@ -37,7 +37,7 @@ impl PerformanceTiming {
}
impl<'a> PerformanceTimingMethods for JSRef<'a, PerformanceTiming> {
- fn NavigationStart(&self) -> u64 {
+ fn NavigationStart(self) -> u64 {
self.navigationStart
}
}