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

Unified Diff: LayoutTests/inspector/profiler/heap-snapshot-test.js

Issue 674443003: DevTools: ignore weak referenced when calculating dominators for heap snapshot (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Renamed test function named as suggested by loislo Created 6 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 | « no previous file | LayoutTests/inspector/profiler/heap-snapshot-weak-dominator.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/profiler/heap-snapshot-test.js
diff --git a/LayoutTests/inspector/profiler/heap-snapshot-test.js b/LayoutTests/inspector/profiler/heap-snapshot-test.js
index 93b39397e1764d7b02f3d0926c38c3b97623b040..8f3deba9177a9e2be62bd606363650cf50e2cfbc 100644
--- a/LayoutTests/inspector/profiler/heap-snapshot-test.js
+++ b/LayoutTests/inspector/profiler/heap-snapshot-test.js
@@ -261,7 +261,8 @@ InspectorTest.HeapEdge.Type = {
"property": "property",
"internal": "internal",
"hidden": "hidden",
- "shortcut": "shortcut"
+ "shortcut": "shortcut",
+ "weak": "weak"
};
InspectorTest.HeapSnapshotBuilder = function()
« no previous file with comments | « no previous file | LayoutTests/inspector/profiler/heap-snapshot-weak-dominator.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698