| 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 91b9e2b8d46cfe73d85d0519cf96cbe55ad9d1cc..f79038959dec4e38c9e95d23e47d47ea7281e444 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| @@ -514,7 +514,6 @@ class PLATFORM_EXPORT ThreadState {
|
| BlinkGC::StackState stackState() const { return m_stackState; }
|
|
|
| void collectGarbage(BlinkGC::StackState, BlinkGC::GCType, BlinkGC::GCReason);
|
| - void collectGarbageForTerminatingThread();
|
| void collectAllGarbage();
|
|
|
| // Register the pre-finalizer for the |self| object. The class T must have
|
|
|