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

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

Issue 222443003: DevTools: Treat system object distances with less priority (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 | Source/devtools/front_end/HeapSnapshot.js » ('j') | Source/devtools/front_end/HeapSnapshot.js » ('J')
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 e7eb8cd5c79929a4ae1085ba1f71dcfeb201f60c..7ec3b23e7fe8b1f02e3926b6e76fb5b603dcccd7 100644
--- a/LayoutTests/inspector/profiler/heap-snapshot-containment-show-all.html
+++ b/LayoutTests/inspector/profiler/heap-snapshot-containment-show-all.html
@@ -106,7 +106,7 @@ function test()
function step3(row)
{
InspectorTest.assertEquals("(GC roots)", row._name, "(GC roots) object");
- InspectorTest.assertEquals(0, row._distance, "(GC roots) distance should be zero");
+ InspectorTest.assertEquals("(0)", row.data.distance, "(GC roots) distance should be zero");
InspectorTest.findAndExpandWindow(step4);
}
« no previous file with comments | « no previous file | Source/devtools/front_end/HeapSnapshot.js » ('j') | Source/devtools/front_end/HeapSnapshot.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698