Index: Source/platform/heap/ThreadState.cpp |
diff --git a/Source/platform/heap/ThreadState.cpp b/Source/platform/heap/ThreadState.cpp |
index cd9b8ece825968d398643ef089d43ba0138c1954..0a6fd801335c6d9fc90f106102700b6123e80776 100644 |
--- a/Source/platform/heap/ThreadState.cpp |
+++ b/Source/platform/heap/ThreadState.cpp |
@@ -926,6 +926,8 @@ ThreadState::GCState ThreadState::gcState() const |
void ThreadState::runScheduledGC(StackState stackState) |
{ |
+ Heap::reportMemoryUsageForTracing(); |
+ |
ASSERT(checkThread()); |
if (stackState != NoHeapPointersOnStack) |
return; |