| Index: third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-many-projects.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-many-projects.html b/third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-many-projects.html
|
| index b981225554808c1d5aa57997b85582d3201a4673..828a6baf8d0365834abc7c2dec5eac35681354e0 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-many-projects.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-many-projects.html
|
| @@ -39,7 +39,7 @@ function test()
|
|
|
| function fileSystemCreated()
|
| {
|
| - WebInspector.inspectorView.showViewInDrawer("sources.search");
|
| + WebInspector.viewManager.showView("sources.search");
|
|
|
| var uiSourceCodes = InspectorTest.fileSystemUISourceCodes();
|
| for (var i = 0; i < uiSourceCodes.length; ++i) {
|
|
|