| Index: third_party/WebKit/Source/platform/heap/Heap.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/Heap.h b/third_party/WebKit/Source/platform/heap/Heap.h
|
| index 7ce5d0e1b19f29d99be7d29c6d901988bd788e5f..17e61d0f1e95b9f42d1e26bf99303ff05530dab0 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Heap.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Heap.h
|
| @@ -287,8 +287,6 @@ class PLATFORM_EXPORT ThreadHeap {
|
| void detach(ThreadState*);
|
| void lockThreadAttachMutex();
|
| void unlockThreadAttachMutex();
|
| - bool park();
|
| - void resume();
|
|
|
| void visitPersistentRoots(Visitor*);
|
| void visitStackRoots(Visitor*);
|
|
|