| Index: third_party/WebKit/Source/platform/heap/HeapPage.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/HeapPage.h b/third_party/WebKit/Source/platform/heap/HeapPage.h
|
| index 6c4248584a9f51c1c649eb34b6b1b68c168b1999..a006d41adf842693779de4f04436644eacf6caf0 100644
|
| --- a/third_party/WebKit/Source/platform/heap/HeapPage.h
|
| +++ b/third_party/WebKit/Source/platform/heap/HeapPage.h
|
| @@ -130,13 +130,8 @@ const uint8_t reuseForbiddenZapValue = 0x2c;
|
| #define USE_4BYTE_HEADER_PADDING 0
|
| #endif
|
|
|
| -class CallbackStack;
|
| -class FreePagePool;
|
| class NormalPageArena;
|
| -class OrphanedPagePool;
|
| class PageMemory;
|
| -class PageMemoryRegion;
|
| -class WebMemoryAllocatorDump;
|
|
|
| // HeapObjectHeader is 4 byte (32 bit) that has the following layout:
|
| //
|
|
|