| 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);
|
| }
|
|
|
|
|