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

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: Addressing comments. 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
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..ee51622aa3ed2c0ff0bc3fbada93614aec7178ed 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("\u2212", 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/HeapSnapshotCommon.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698