| Index: Source/platform/heap/ThreadState.h
|
| diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h
|
| index 96baa75ea8b44898e1aa624aa2d6753fb02d67c1..9f858cd6522688a568708c4103561b6fe878bed1 100644
|
| --- a/Source/platform/heap/ThreadState.h
|
| +++ b/Source/platform/heap/ThreadState.h
|
| @@ -315,7 +315,7 @@ public:
|
| bool isMainThread() const { return this == mainThreadState(); }
|
| void checkThread() const { ASSERT(m_thread == currentThread()); }
|
|
|
| - void didV8MajorGC(bool forceGC);
|
| + void didV8MajorGC();
|
|
|
| void performIdleGC(double deadlineSeconds);
|
| void performIdleLazySweep(double deadlineSeconds);
|
|
|