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 17bb942c3e0c86b28d4c3135d16339fb7d10283c..d557b27be8df90b49412d3e4d9b2b3085dc25027 100644 |
--- a/third_party/WebKit/Source/platform/heap/ThreadState.h |
+++ b/third_party/WebKit/Source/platform/heap/ThreadState.h |
@@ -245,7 +245,6 @@ public: |
void schedulePageNavigationGCIfNeeded(float estimatedRemovalRatio); |
void schedulePageNavigationGC(); |
void scheduleGCIfNeeded(); |
- void willStartV8GC(); |
void setGCState(GCState); |
GCState gcState() const { return m_gcState; } |
bool isInGC() const { return gcState() == GCRunning; } |