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

Unified Diff: tools/deep_memory_profiler/policy.l2.json

Issue 352113002: Remove deprecated RenderArena object and fix stack source path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: tools/deep_memory_profiler/policy.l2.json
diff --git a/tools/deep_memory_profiler/policy.l2.json b/tools/deep_memory_profiler/policy.l2.json
index 9603c2ec3d94c6d08b8eb569477829374f828b0f..a443e9dee7238147162b6e3d60d58f392fd221b8 100644
--- a/tools/deep_memory_profiler/policy.l2.json
+++ b/tools/deep_memory_profiler/policy.l2.json
@@ -28,7 +28,6 @@
"tc-webcore-cachedmatchedproperties",
"tc-webcore-fontcache",
"tc-skia",
- "tc-renderobject",
"tc-renderstyle",
"tc-webcore-sharedbuf",
"tc-webcore-XHRcreate",
@@ -217,11 +216,6 @@
"allocator": "malloc"
},
{
- "name": "tc-renderobject",
- "stacktrace": ".*WebCore::RenderArena::allocate.*",
- "allocator": "malloc"
- },
- {
"name": "tc-renderstyle",
"stacktrace": ".*WebCore::RenderStyle::create.*",
"allocator": "malloc"
« no previous file with comments | « tools/deep_memory_profiler/policy.android.webview.json ('k') | tools/deep_memory_profiler/policy.sourcefile.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698