| Index: third_party/WebKit/Source/web/WebKit.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebKit.cpp b/third_party/WebKit/Source/web/WebKit.cpp
|
| index 0a90807050379764af44963262add7c2cbab3609..b05429d38342f85692ef5c1f80b6ee6e2b8d185b 100644
|
| --- a/third_party/WebKit/Source/web/WebKit.cpp
|
| +++ b/third_party/WebKit/Source/web/WebKit.cpp
|
| @@ -123,7 +123,7 @@ void initialize(Platform* platform)
|
| currentThread->addTaskObserver(s_endOfTaskRunner);
|
|
|
| // Register web cache dump provider for tracing.
|
| - platform->registerMemoryDumpProvider(WebCacheMemoryDumpProvider::instance());
|
| + platform->registerMemoryDumpProvider(WebCacheMemoryDumpProvider::instance(), "MemoryCache");
|
| }
|
| }
|
|
|
|
|