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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-test.js

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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
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);
}

Powered by Google App Engine
This is Rietveld 408576698