Index: Source/platform/heap/ThreadState.h |
diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h |
index f0eea36a4881e4fa2076651b79fb403f1fed3cdd..296261e17646ce7c8a1e26b0b46a6494c04afe83 100644 |
--- a/Source/platform/heap/ThreadState.h |
+++ b/Source/platform/heap/ThreadState.h |
@@ -495,6 +495,7 @@ public: |
#if ENABLE(GC_TRACING) |
const GCInfo* findGCInfo(Address); |
+ static const GCInfo* findGCInfoFromAllThreads(Address); |
#endif |
void pushWeakObjectPointerCallback(void*, WeakPointerCallback); |