From 59f7a2cdb4f36f017586aa139a7fe8def39e777b Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Thu, 20 Feb 2020 12:00:26 +0100 Subject: Issue #316 - Make the memory GC performance object conditional (WIP) This was only added for GCubench and likely interfering with building without devtools-server. --- js/src/jsgc.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/src/jsgc.cpp') diff --git a/js/src/jsgc.cpp b/js/src/jsgc.cpp index 5a9d732b6..4078ac0a7 100644 --- a/js/src/jsgc.cpp +++ b/js/src/jsgc.cpp @@ -6776,6 +6776,7 @@ js::gc::NextCellUniqueId(JSRuntime* rt) return rt->gc.nextCellUniqueId(); } +#ifdef MOZ_DEVTOOLS_SERVER namespace js { namespace gc { namespace MemInfo { @@ -7032,6 +7033,7 @@ AutoEmptyNursery::AutoEmptyNursery(JSRuntime *rt) } /* namespace gc */ } /* namespace js */ +#endif #ifdef DEBUG void -- cgit v1.2.3