| 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 4f27e2aa1199dc12928d25c6cca0836ac88a53b9..ca72155995851431d01ee75ce1f4e7811579c44c 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Heap.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Heap.h
|
| @@ -317,7 +317,6 @@ private:
|
| static HeapDoesNotContainCache* s_heapDoesNotContainCache;
|
| static FreePagePool* s_freePagePool;
|
| static OrphanedPagePool* s_orphanedPagePool;
|
| - static RegionTree* s_regionTree;
|
| static size_t s_allocatedSpace;
|
| static size_t s_allocatedObjectSize;
|
| static size_t s_objectSizeAtLastGC;
|
|
|