diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-29 12:11:55 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-29 12:11:55 +0200 |
commit | b07b31a3cf0cc71771be00500d80442299741a2f (patch) | |
tree | 3c30c957fdeb03c356aa6bfe51867b38e0f05ff4 /dom/performance/PerformanceWorker.h | |
parent | f4ab027e4069a5404736738eca166dc090db1058 (diff) | |
download | uxp-b07b31a3cf0cc71771be00500d80442299741a2f.tar.gz |
Bug 1323941 - navigationStart should not be exposed to workers as timing attribute
https://hg.mozilla.org/mozilla-central/rev/6be7eb833b11
Diffstat (limited to 'dom/performance/PerformanceWorker.h')
-rw-r--r-- | dom/performance/PerformanceWorker.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dom/performance/PerformanceWorker.h b/dom/performance/PerformanceWorker.h index d8635e98a4..89bfea3edb 100644 --- a/dom/performance/PerformanceWorker.h +++ b/dom/performance/PerformanceWorker.h @@ -74,11 +74,6 @@ protected: void InsertUserEntry(PerformanceEntry* aEntry) override; - bool IsPerformanceTimingAttribute(const nsAString& aName) override; - - DOMHighResTimeStamp - GetPerformanceTimingFromString(const nsAString& aTimingName) override; - void DispatchBufferFullEvent() override { MOZ_CRASH("This should not be called on workers."); |