| 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..7c34ab1676e371759b62160aa50e15a09c3f8656 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Heap.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Heap.h
|
| @@ -294,9 +294,6 @@ class PLATFORM_EXPORT ThreadHeap {
|
| void enterSafePoint(ThreadState*);
|
| void leaveSafePoint();
|
|
|
| - static RecursiveMutex& allHeapsMutex();
|
| - static HashSet<ThreadHeap*>& allHeaps();
|
| -
|
| // Is the finalizable GC object still alive, but slated for lazy sweeping?
|
| // If a lazy sweep is in progress, returns true if the object was found
|
| // to be not reachable during the marking phase, but it has yet to be swept
|
|
|