| Index: third_party/WebKit/Source/platform/heap/ThreadState.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.h b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| index 141f70809e677b05890c20f779bb98de430b8146..d4ad238d2bfdb2a8a0e6bfa325e4ca729b3652a7 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| @@ -248,7 +248,7 @@ public:
|
| void schedulePageNavigationGCIfNeeded(float estimatedRemovalRatio);
|
| void schedulePageNavigationGC();
|
| void scheduleGCIfNeeded();
|
| - void willStartV8GC();
|
| + void willStartV8GC(BlinkGC::V8GCType);
|
| void setGCState(GCState);
|
| GCState gcState() const { return m_gcState; }
|
| bool isInGC() const { return gcState() == GCRunning; }
|
|
|