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

Unified Diff: tools/deep_memory_profiler/policy.android.webview.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
« no previous file with comments | « tools/deep_memory_profiler/policy.android.renderer.json ('k') | tools/deep_memory_profiler/policy.l2.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deep_memory_profiler/policy.android.webview.json
diff --git a/tools/deep_memory_profiler/policy.android.webview.json b/tools/deep_memory_profiler/policy.android.webview.json
index d3611ce84314a06cf6b808d55e0f2cc0ae32c6cc..337771993a82f91d71e475e8e1e38d278f403b31 100644
--- a/tools/deep_memory_profiler/policy.android.webview.json
+++ b/tools/deep_memory_profiler/policy.android.webview.json
@@ -47,7 +47,6 @@
"tc-stl-node",
"tc-webcore-fontcache",
"tc-skia",
- "tc-renderobject",
"tc-renderstyle",
"tc-webcore-sharedbuf",
"tc-webcore-XHRcreate",
@@ -330,11 +329,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.renderer.json ('k') | tools/deep_memory_profiler/policy.l2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698