| 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 4a1894438c7c05e8227dfb67de29c0127cc7fe34..fde83bf8cce19d59eb110de64b9166279b159e16 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Heap.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Heap.h
|
| @@ -290,7 +290,6 @@ class PLATFORM_EXPORT ThreadHeap {
|
|
|
| void visitPersistentRoots(Visitor*);
|
| void visitStackRoots(Visitor*);
|
| - void checkAndPark(ThreadState*, SafePointAwareMutexLocker*);
|
| void enterSafePoint(ThreadState*);
|
| void leaveSafePoint(ThreadState*, SafePointAwareMutexLocker*);
|
|
|
|
|