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) |
{ |