Index: third_party/WebKit/Source/platform/heap/Heap.cpp |
diff --git a/third_party/WebKit/Source/platform/heap/Heap.cpp b/third_party/WebKit/Source/platform/heap/Heap.cpp |
index c59fffac85602a0d92762bf1bf866e87c98086b2..9c7c30d750f81b61e6da30e948e7991ea6e7df6c 100644 |
--- a/third_party/WebKit/Source/platform/heap/Heap.cpp |
+++ b/third_party/WebKit/Source/platform/heap/Heap.cpp |
@@ -169,7 +169,7 @@ void Heap::init() |
GCInfoTable::init(); |
if (Platform::current() && Platform::current()->currentThread()) |
- Platform::current()->registerMemoryDumpProvider(BlinkGCMemoryDumpProvider::instance()); |
+ Platform::current()->registerMemoryDumpProvider(BlinkGCMemoryDumpProvider::instance(), "BlinkGC"); |
} |
void Heap::shutdown() |