Index: LayoutTests/inspector/profiler/heap-snapshot-comparison-show-next.html |
diff --git a/LayoutTests/inspector/profiler/heap-snapshot-comparison-show-next.html b/LayoutTests/inspector/profiler/heap-snapshot-comparison-show-next.html |
index 5b164e1611c050d936509a79fb1c9f7434f278f8..29b1f36b2b04b2c37ce5432dfba51baaf8d3793c 100644 |
--- a/LayoutTests/inspector/profiler/heap-snapshot-comparison-show-next.html |
+++ b/LayoutTests/inspector/profiler/heap-snapshot-comparison-show-next.html |
@@ -31,7 +31,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); |
} |