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

Unified Diff: LayoutTests/inspector/profiler/heap-snapshot-containment-show-all.html

Issue 214713004: DevTools: Calculate user object distances from Window not from NativeContext. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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-statistics.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/profiler/heap-snapshot-containment-show-all.html
diff --git a/LayoutTests/inspector/profiler/heap-snapshot-containment-show-all.html b/LayoutTests/inspector/profiler/heap-snapshot-containment-show-all.html
index d497b09ffe2d80688d6e1820402e74ef5b98707e..e7eb8cd5c79929a4ae1085ba1f71dcfeb201f60c 100644
--- a/LayoutTests/inspector/profiler/heap-snapshot-containment-show-all.html
+++ b/LayoutTests/inspector/profiler/heap-snapshot-containment-show-all.html
@@ -64,7 +64,7 @@ function test()
var builder = new InspectorTest.HeapSnapshotBuilder();
var rootNode = builder.rootNode;
- var gcRootsNode = new InspectorTest.HeapNode("(GC roots)");
+ var gcRootsNode = new InspectorTest.HeapNode("(GC roots)", 0, InspectorTest.HeapNode.Type.synthetic);
rootNode.linkNode(gcRootsNode, InspectorTest.HeapEdge.Type.element);
var globalHandlesNode = new InspectorTest.HeapNode("(Global Handles)");
« no previous file with comments | « no previous file | LayoutTests/inspector/profiler/heap-snapshot-statistics.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698