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