Index: LayoutTests/inspector/profiler/heap-snapshot-summary-search.html |
diff --git a/LayoutTests/inspector/profiler/heap-snapshot-summary-search.html b/LayoutTests/inspector/profiler/heap-snapshot-summary-search.html |
index 66720dc893a18758ce624e973d0c0352ea091b36..ea3c8e0958d9fd21dcc77db8853727e004940ea9 100644 |
--- a/LayoutTests/inspector/profiler/heap-snapshot-summary-search.html |
+++ b/LayoutTests/inspector/profiler/heap-snapshot-summary-search.html |
@@ -24,7 +24,7 @@ function test() |
function step1b() |
{ |
- var row = InspectorTest.findRow("object", "Window"); |
+ var row = InspectorTest.findRow("Window"); |
InspectorTest.assertEquals(true, !!row, "\"Window\" class row"); |
InspectorTest.expandRow(row, step1c); |
} |