Index: LayoutTests/inspector/timeline/timeline-filtering.html |
diff --git a/LayoutTests/inspector/timeline/timeline-filtering.html b/LayoutTests/inspector/timeline/timeline-filtering.html |
index 4982695e7edac8a92d75b479961aa840ca7a8947..3c1ecaade7a00c23306af303f4a3fe7a4de7a86f 100644 |
--- a/LayoutTests/inspector/timeline/timeline-filtering.html |
+++ b/LayoutTests/inspector/timeline/timeline-filtering.html |
@@ -66,7 +66,7 @@ function test() |
dumpRecords(); |
InspectorTest.addResult("Filtered by 'bar':"); |
- panel.performFilter("bar"); |
+ panel._textFilter.setValue("bar"); |
dumpRecords(); |
InspectorTest.addResult("Collapsed 'bar04' and 'foo13':"); |
@@ -83,7 +83,7 @@ function test() |
dumpRecords(); |
InspectorTest.addResult("Filtered by 'foo':"); |
- panel.performFilter("foo"); |
+ panel._textFilter.setValue("foo"); |
dumpRecords(); |
InspectorTest.completeTest(); |