Index: third_party/WebKit/Source/platform/exported/Platform.cpp |
diff --git a/third_party/WebKit/Source/platform/exported/Platform.cpp b/third_party/WebKit/Source/platform/exported/Platform.cpp |
index 2b2ccb844556789f76c7a95a312bf5460fffa513..eb31fb4d50e8fc8366a31a5c65ac0121e29d1a7f 100644 |
--- a/third_party/WebKit/Source/platform/exported/Platform.cpp |
+++ b/third_party/WebKit/Source/platform/exported/Platform.cpp |
@@ -49,7 +49,7 @@ void Platform::initialize(Platform* platform) |
// TODO(ssid): remove this check after fixing crbug.com/486782. |
if (s_platform && s_platform->m_mainThread) |
- s_platform->registerMemoryDumpProvider(PartitionAllocMemoryDumpProvider::instance()); |
+ s_platform->registerMemoryDumpProvider(PartitionAllocMemoryDumpProvider::instance(), "PartitionAlloc"); |
} |
void Platform::shutdown() |