summaryrefslogtreecommitdiffstats
path: root/dom/performance/PerformanceWorker.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/performance/PerformanceWorker.h')
-rw-r--r--dom/performance/PerformanceWorker.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/performance/PerformanceWorker.h b/dom/performance/PerformanceWorker.h
index 346bdd026..ffe2a1998 100644
--- a/dom/performance/PerformanceWorker.h
+++ b/dom/performance/PerformanceWorker.h
@@ -43,11 +43,13 @@ public:
DOMHighResTimeStamp CreationTime() const override;
+#ifdef MOZ_DEVTOOLS_SERVER
virtual void GetMozMemory(JSContext *aCx,
JS::MutableHandle<JSObject*> aObj) override
{
MOZ_CRASH("This should not be called on workers.");
}
+#endif
virtual nsDOMNavigationTiming* GetDOMTiming() const override
{