Index: Source/platform/heap/ThreadState.h |
diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h |
index 54e561338f10ccdbeae0478031f2e27c7411f688..cb4d240be7b21fba3fd28146b1ebc31f9073f05f 100644 |
--- a/Source/platform/heap/ThreadState.h |
+++ b/Source/platform/heap/ThreadState.h |
@@ -662,6 +662,7 @@ public: |
bool popAndInvokeWeakPointerCallback(Visitor*); |
void getStats(HeapStats&); |
+ void getStatsForTesting(HeapStats&); |
HeapStats& stats() { return m_stats; } |
HeapStats& statsAfterLastGC() { return m_statsAfterLastGC; } |