| Index: LayoutTests/inspector/profiler/heap-snapshot-summary-show-ranges.html
|
| diff --git a/LayoutTests/inspector/profiler/heap-snapshot-summary-show-ranges.html b/LayoutTests/inspector/profiler/heap-snapshot-summary-show-ranges.html
|
| index 129acef877b7f7cea56a65919d19340909f9ae08..9a3da17bced3cc6397dd3341673d03758db6fdbf 100644
|
| --- a/LayoutTests/inspector/profiler/heap-snapshot-summary-show-ranges.html
|
| +++ b/LayoutTests/inspector/profiler/heap-snapshot-summary-show-ranges.html
|
| @@ -26,7 +26,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);
|
| }
|
|
|