| 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 ee57a324aee318afc884f8d5a87f278b680c00b8..b4e49b7b5cfe8f994a4435702fbae78f6d092aa2 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Heap.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Heap.h
|
| @@ -233,7 +233,6 @@ class PLATFORM_EXPORT ThreadHeap {
|
| static ThreadHeap* mainThreadHeap() { return s_mainThreadHeap; }
|
|
|
| #if DCHECK_IS_ON()
|
| - bool isAtSafePoint();
|
| BasePage* findPageFromAddress(Address);
|
| #endif
|
|
|
|
|