| 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 33373847ff8186854e0b0112bf8c6564d38a715b..19a13223a832f6d5d398d3dd6adb54a29c520b14 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| @@ -186,7 +186,6 @@ public:
|
| // thread.
|
| static void init();
|
| static void shutdown();
|
| - static void shutdownHeapIfNecessary();
|
| bool isTerminating() { return m_isTerminating; }
|
|
|
| static void attachMainThread();
|
|
|