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 52c44f92d346626798d9c6293450bac11c71a857..64166e28af6da38b10ef757a81fa0d1e81fdf9aa 100644 |
--- a/third_party/WebKit/Source/platform/heap/Heap.cpp |
+++ b/third_party/WebKit/Source/platform/heap/Heap.cpp |
@@ -175,7 +175,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() |