summaryrefslogtreecommitdiffstats
path: root/dom/performance/PerformanceMainThread.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-02-20 16:47:04 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-02-20 16:47:04 +0100
commitd53b11c9dc34d0a8c3bb4ad862cff1e0ce566457 (patch)
treeab7366217c922e428845619f5e95b3c28285fa81 /dom/performance/PerformanceMainThread.h
parent28f67bddcf4e30abcdfb0bfc6bc4d5300aaa6621 (diff)
downloadUXP-d53b11c9dc34d0a8c3bb4ad862cff1e0ce566457.tar
UXP-d53b11c9dc34d0a8c3bb4ad862cff1e0ce566457.tar.gz
UXP-d53b11c9dc34d0a8c3bb4ad862cff1e0ce566457.tar.lz
UXP-d53b11c9dc34d0a8c3bb4ad862cff1e0ce566457.tar.xz
UXP-d53b11c9dc34d0a8c3bb4ad862cff1e0ce566457.zip
Issue #316 - Be more gentle with the CC and nursery.
Diffstat (limited to 'dom/performance/PerformanceMainThread.h')
-rw-r--r--dom/performance/PerformanceMainThread.h4
1 files changed, 0 insertions, 4 deletions
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;