Chromium Code Reviews| Index: Source/platform/heap/Heap.h |
| diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h |
| index 3d6a7c5980072a38b68e3e67be2d10c9a6d2e874..9a104de90516a7e962e61ca25494664f2b418bfd 100644 |
| --- a/Source/platform/heap/Heap.h |
| +++ b/Source/platform/heap/Heap.h |
| @@ -95,6 +95,7 @@ class FreePagePool; |
| class NormalPageHeap; |
| class OrphanedPagePool; |
| class PageMemory; |
| +class WebProcessMemoryDump; |
|
Primiano Tucci (use gerrit)
2015/05/22 19:45:57
I think you don't need this anymore.
ssid
2015/05/26 11:08:43
Done.
|
| #if ENABLE(GC_PROFILING) |
| class TracedValue; |
| @@ -686,6 +687,7 @@ public: |
| virtual ~BaseHeap(); |
| void cleanupPages(); |
| + void dumpMemory(const String& allocatorBaseName); |
| #if ENABLE(ASSERT) || ENABLE(GC_PROFILING) |
| BasePage* findPageFromAddress(Address); |
| #endif |