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

Unified Diff: tools/deep_memory_profiler/sorters/malloc.type.json

Issue 398933003: Catch up to the namespace rename from WebCore to blink in dmprof. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add sorters Created 6 years, 5 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 | « tools/deep_memory_profiler/sorters/malloc.renderer-module.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deep_memory_profiler/sorters/malloc.type.json
diff --git a/tools/deep_memory_profiler/sorters/malloc.type.json b/tools/deep_memory_profiler/sorters/malloc.type.json
index 9f7d6f496854910f486f299b6275d04feda62eaf..8258102acfc9d4216b0b194fcbed6272a6deaad3 100644
--- a/tools/deep_memory_profiler/sorters/malloc.type.json
+++ b/tools/deep_memory_profiler/sorters/malloc.type.json
@@ -35,7 +35,7 @@
},
{
"name": "WebCore-Style",
- "typeinfo": "WebCore::Style.*"
+ "typeinfo": "(WebCore|blink)::Style.*"
},
{
"name": "STL-string",
« no previous file with comments | « tools/deep_memory_profiler/sorters/malloc.renderer-module.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698