Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files.html

Issue 2580173002: DevTools: fix http/tests/inspector/search/sources-search-scope-many-projects.html (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698