| 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 3e0c63226b5289ab7b07fa8505a63419b9af2c59..ae1c0af779404c762dbc5e210561c04f16f21b82 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Heap.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Heap.h
|
| @@ -291,7 +291,7 @@ class PLATFORM_EXPORT ThreadHeap {
|
| void visitPersistentRoots(Visitor*);
|
| void visitStackRoots(Visitor*);
|
| void enterSafePoint(ThreadState*);
|
| - void leaveSafePoint(ThreadState*, SafePointAwareMutexLocker*);
|
| + void leaveSafePoint();
|
|
|
| // Add a weak pointer callback to the weak callback work list. General
|
| // object pointer callbacks are added to a thread local weak callback work
|
|
|