| Index: LayoutTests/inspector/profiler/heap-snapshot-summary-show-all.html
|
| diff --git a/LayoutTests/inspector/profiler/heap-snapshot-summary-show-all.html b/LayoutTests/inspector/profiler/heap-snapshot-summary-show-all.html
|
| index 3558c3a574ec532340c3beee1753b93f1f9eadb3..efbb39d7cf3276981fbae11ccd16c5a82a2b9b92 100644
|
| --- a/LayoutTests/inspector/profiler/heap-snapshot-summary-show-all.html
|
| +++ b/LayoutTests/inspector/profiler/heap-snapshot-summary-show-all.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);
|
| }
|
|
|