| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files.html
|
| index 1f32368174939eefbfd665790ef7f1ca6ab7f545..e62a8e61be45e2445e2ed46c3a8eaef88b07e3a7 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files.html
|
| @@ -38,7 +38,7 @@ function test()
|
| function dumpSearchResults(next)
|
| {
|
| var searchConfig = new Workspace.SearchConfig("window.foo f:foo", true, false);
|
| - InspectorTest.runSearchAndDumpResults(scope, searchConfig, true, next);
|
| + InspectorTest.runSearchAndDumpResults(scope, searchConfig, next);
|
| }
|
|
|
| InspectorFrontendHost.searchInPath = function(requestId, path, query)
|
|
|