| Index: third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp b/third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp
|
| index e8aaf899837d61226a13fe5fa060bb16e1793664..794cf74ec6f3d1a82a3d18d5a4be53babdcb59b3 100644
|
| --- a/third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp
|
| @@ -59,7 +59,7 @@
|
| // In the case of a detailed dump perform a mark-only GC pass to collect
|
| // more detailed stats.
|
| if (levelOfDetail == MemoryDumpLevelOfDetail::DETAILED)
|
| - ThreadState::current()->collectGarbage(BlinkGC::NoHeapPointersOnStack, BlinkGC::TakeSnapshot, BlinkGC::ForcedGC);
|
| + ThreadHeap::collectGarbage(BlinkGC::NoHeapPointersOnStack, BlinkGC::TakeSnapshot, BlinkGC::ForcedGC);
|
| dumpMemoryTotals(memoryDump);
|
|
|
| if (m_isHeapProfilingEnabled) {
|
|
|