Index: Source/web/WebHeap.cpp |
diff --git a/Source/web/WebHeap.cpp b/Source/web/WebHeap.cpp |
index da825b42a334fefe8cbdf189721ea29e9065eed6..83cf3ecccf272b95ae9c47504cbf32d1d2e5fed8 100644 |
--- a/Source/web/WebHeap.cpp |
+++ b/Source/web/WebHeap.cpp |
@@ -47,7 +47,7 @@ WebHeap::SafePointScope::~SafePointScope() |
void WebHeap::collectGarbageForTesting() |
{ |
- Heap::collectGarbage(ThreadState::HeapPointersOnStack, ThreadState::GCWithSweep, Heap::ForcedGCForTesting); |
+ Heap::collectGarbage(ThreadState::HeapPointersOnStack, ThreadState::GCWithSweep, Heap::ForcedGC); |
} |
void WebHeap::collectAllGarbageForTesting() |