| Index: LayoutTests/inspector/profiler/heap-snapshot-comparison-dom-groups-change.html
|
| diff --git a/LayoutTests/inspector/profiler/heap-snapshot-comparison-dom-groups-change.html b/LayoutTests/inspector/profiler/heap-snapshot-comparison-dom-groups-change.html
|
| index a76ba6cd2d39fcfd92c4d2dcaa7b8c2200166244..6b7c5a5e9469d4dbd5baf6233f49777ba1baebc0 100644
|
| --- a/LayoutTests/inspector/profiler/heap-snapshot-comparison-dom-groups-change.html
|
| +++ b/LayoutTests/inspector/profiler/heap-snapshot-comparison-dom-groups-change.html
|
| @@ -95,7 +95,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);
|
| }
|
|
|