| Index: third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope.html b/third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope.html
|
| index a4dc39dc06889ab1c42877311bcda7581611f8c8..8e6bbaaf34ae31ee8fbf7c15f0597bd4ffd14cbe 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope.html
|
| @@ -9,7 +9,7 @@
|
| <script>
|
| function test()
|
| {
|
| - WebInspector.inspectorView.showViewInDrawer("sources.search");
|
| + WebInspector.viewManager.showView("sources.search");
|
| var scope = new WebInspector.SourcesSearchScope();
|
| InspectorTest.runAfterResourcesAreFinished(["search.html", "search.js", "search.css"], step2)
|
|
|
|
|