| 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 284a3de876ca52e6c0b12235a3698d34e5d7d520..09d6860c233ee2ad5affdf967f36c1f8eca47126 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| @@ -541,8 +541,6 @@ class PLATFORM_EXPORT ThreadState {
|
| void decreaseAllocatedObjectSize(size_t);
|
| void increaseMarkedObjectSize(size_t);
|
|
|
| - void callThreadShutdownHooks();
|
| -
|
| v8::Isolate* isolate() const { return m_isolate; }
|
|
|
| BlinkGC::StackState stackState() const { return m_stackState; }
|
|
|