diff options
Diffstat (limited to 'components/script/dom/webidls/PerformanceTiming.webidl')
-rw-r--r-- | components/script/dom/webidls/PerformanceTiming.webidl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/webidls/PerformanceTiming.webidl b/components/script/dom/webidls/PerformanceTiming.webidl index b066b4be2dc..a016f2b1616 100644 --- a/components/script/dom/webidls/PerformanceTiming.webidl +++ b/components/script/dom/webidls/PerformanceTiming.webidl @@ -21,12 +21,12 @@ interface PerformanceTiming { readonly attribute unsigned long long secureConnectionStart; readonly attribute unsigned long long requestStart; readonly attribute unsigned long long responseStart; - readonly attribute unsigned long long responseEnd; + readonly attribute unsigned long long responseEnd; */ readonly attribute unsigned long long domLoading; readonly attribute unsigned long long domInteractive; readonly attribute unsigned long long domContentLoadedEventStart; readonly attribute unsigned long long domContentLoadedEventEnd; readonly attribute unsigned long long domComplete; - readonly attribute unsigned long long loadEventStart; + /* readonly attribute unsigned long long loadEventStart; readonly attribute unsigned long long loadEventEnd; */ }; |