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

Unified Diff: LayoutTests/http/tests/inspector/search/sources-search-scope-in-files.html

Issue 397273005: DevTools: don't fail on advanced search in case opened before workspace is initialized. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months 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
« no previous file with comments | « no previous file | Source/devtools/front_end/sources/SourcesSearchScope.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector/search/sources-search-scope-in-files.html
diff --git a/LayoutTests/http/tests/inspector/search/sources-search-scope-in-files.html b/LayoutTests/http/tests/inspector/search/sources-search-scope-in-files.html
index 8a0d6903385bd79efc6772208bff8ca8a7ad819c..98ff66cc1b7967cefdb48bbfb99561d56bed30e1 100644
--- a/LayoutTests/http/tests/inspector/search/sources-search-scope-in-files.html
+++ b/LayoutTests/http/tests/inspector/search/sources-search-scope-in-files.html
@@ -48,7 +48,7 @@ function test()
manager.addFiles(fileSystemPath, files);
var scope = new WebInspector.SourcesSearchScope();
- scope._workspace = InspectorTest.testWorkspace;
+ WebInspector.workspace = InspectorTest.testWorkspace;
function runSearchAndDumpResults(searchConfig, callback)
{
« no previous file with comments | « no previous file | Source/devtools/front_end/sources/SourcesSearchScope.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698