| Index: third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-test.js
|
| index fe83187b54fc1fbd702f76efc1d44ee2a55a549f..fc91a23729ba7e16a8eef9d205a5d5d6cb0bf5f5 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-test.js
|
| @@ -64,10 +64,10 @@ InspectorTest.dumpResourcesTree = function()
|
| dump(children[i], prefix + " ");
|
| }
|
|
|
| - dump(WebInspector.panels.resources.resourcesListTreeElement, "");
|
| + dump(UI.panels.resources.resourcesListTreeElement, "");
|
| if (!InspectorTest._testSourceNavigator) {
|
| - InspectorTest._testSourceNavigator = new WebInspector.SourcesNavigatorView();
|
| - InspectorTest._testSourceNavigator.show(WebInspector.inspectorView.element);
|
| + InspectorTest._testSourceNavigator = new Sources.SourcesNavigatorView();
|
| + InspectorTest._testSourceNavigator.show(UI.inspectorView.element);
|
| }
|
| InspectorTest.dumpNavigatorViewInAllModes(InspectorTest._testSourceNavigator);
|
| }
|
|
|