Index: LayoutTests/inspector/profiler/heap-snapshot-comparison-show-all.html |
diff --git a/LayoutTests/inspector/profiler/heap-snapshot-comparison-show-all.html b/LayoutTests/inspector/profiler/heap-snapshot-comparison-show-all.html |
index 80554dd49831738e1a9a6f051d9055f6f3099c50..1062ad383170a3056dce3f5ee1238f555de5f118 100644 |
--- a/LayoutTests/inspector/profiler/heap-snapshot-comparison-show-all.html |
+++ b/LayoutTests/inspector/profiler/heap-snapshot-comparison-show-all.html |
@@ -32,7 +32,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); |
} |