Index: Source/platform/heap/Heap.h |
diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h |
index f4407e3e525a5ce9ee5314b8c1d611fc1452e259..42fb74a739821949c3413288e75d2e14bcb5d5e2 100644 |
--- a/Source/platform/heap/Heap.h |
+++ b/Source/platform/heap/Heap.h |
@@ -1109,7 +1109,7 @@ public: |
template<typename T> static Address reallocate(void* previous, size_t); |
- static void collectGarbage(ThreadState::StackState); |
+ static void collectGarbage(ThreadState::StackState, ThreadState::CauseOfGC = ThreadState::NormalGC); |
static void collectGarbageForTerminatingThread(ThreadState*); |
static void collectAllGarbage(); |
static void processMarkingStackEntries(int* numberOfMarkingThreads); |