diff options
Diffstat (limited to 'components/script/dom/performance.rs')
-rw-r--r-- | components/script/dom/performance.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/performance.rs b/components/script/dom/performance.rs index 95efff68a44..b566d4308fd 100644 --- a/components/script/dom/performance.rs +++ b/components/script/dom/performance.rs @@ -44,6 +44,7 @@ impl Performance { } impl<'a> PerformanceMethods for &'a Performance { + // https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html#performance-timing-attribute fn Timing(self) -> Root<PerformanceTiming> { self.timing.root() } |