summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/heap/MachineStackMarker.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/heap/MachineStackMarker.h')
-rw-r--r--Source/JavaScriptCore/heap/MachineStackMarker.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/heap/MachineStackMarker.h b/Source/JavaScriptCore/heap/MachineStackMarker.h
index 3d4aa22d4..cece29cd3 100644
--- a/Source/JavaScriptCore/heap/MachineStackMarker.h
+++ b/Source/JavaScriptCore/heap/MachineStackMarker.h
@@ -52,10 +52,12 @@ namespace JSC {
void gatherFromOtherThread(ConservativeRoots&, Thread*);
- Heap* m_heap;
Mutex m_registeredThreadsMutex;
Thread* m_registeredThreads;
WTF::ThreadSpecificKey m_threadSpecific;
+#if !ASSERT_DISABLED
+ Heap* m_heap;
+#endif
};
} // namespace JSC