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