| Index: LayoutTests/inspector/profiler/heap-snapshot-summary-show-next.html
|
| diff --git a/LayoutTests/inspector/profiler/heap-snapshot-summary-show-next.html b/LayoutTests/inspector/profiler/heap-snapshot-summary-show-next.html
|
| index d74adc55d6d9d0017d60961bce0431fa02d6d2e6..05935f8da38a4c44658a14f9052dfc4b04bb7217 100644
|
| --- a/LayoutTests/inspector/profiler/heap-snapshot-summary-show-next.html
|
| +++ b/LayoutTests/inspector/profiler/heap-snapshot-summary-show-next.html
|
| @@ -24,7 +24,7 @@ function test()
|
|
|
| function step2()
|
| {
|
| - var row = InspectorTest.findRow("object", "A");
|
| + var row = InspectorTest.findRow("A");
|
| InspectorTest.assertEquals(true, !!row, "\"A\" row");
|
| InspectorTest.expandRow(row, step3);
|
| }
|
|
|