Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Unified Diff: third_party/WebKit/Source/web/WebKit.cpp

Issue 1406213005: [tracing] Add names to memory-infra dumpers for debugging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@memory-infra-runtime
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/platform/heap/Heap.cpp ('k') | third_party/WebKit/public/platform/Platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c9d49d404ad8e49333113b685361af8bd9e83063..3e6e6c937da05ee1cf448c4d79a6ae0504bad911 100644
--- a/third_party/WebKit/Source/web/WebKit.cpp
+++ b/third_party/WebKit/Source/web/WebKit.cpp
@@ -124,7 +124,7 @@ void initialize(Platform* platform)
currentThread->addTaskObserver(s_endOfTaskRunner);
// Register web cache dump provider for tracing.
- platform->registerMemoryDumpProvider(WebCacheMemoryDumpProvider::instance());
+ platform->registerMemoryDumpProvider(WebCacheMemoryDumpProvider::instance(), "WebCache");
haraken 2015/10/27 17:00:06 "WebCache" => "MemoryCache"
Primiano Tucci (use gerrit) 2015/10/27 17:03:19 Done.
}
}
« no previous file with comments | « third_party/WebKit/Source/platform/heap/Heap.cpp ('k') | third_party/WebKit/public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698