From d53b11c9dc34d0a8c3bb4ad862cff1e0ce566457 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Thu, 20 Feb 2020 16:47:04 +0100 Subject: Issue #316 - Be more gentle with the CC and nursery. --- dom/performance/PerformanceMainThread.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dom/performance/PerformanceMainThread.h') diff --git a/dom/performance/PerformanceMainThread.h b/dom/performance/PerformanceMainThread.h index 68b306d93..a90a53520 100644 --- a/dom/performance/PerformanceMainThread.h +++ b/dom/performance/PerformanceMainThread.h @@ -20,12 +20,8 @@ public: nsITimedChannel* aChannel); NS_DECL_ISUPPORTS_INHERITED -#ifdef MOZ_DEVTOOLS_SERVER NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS_INHERITED(PerformanceMainThread, Performance) -#else - NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED(PerformanceMainThread, Performance) -#endif virtual PerformanceTiming* Timing() override; -- cgit v1.2.3