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

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

Issue 2747123008: [DevTools] Separate old Application tab code (Closed)
Patch Set: [DevTools] Separate old Application tab code Created 3 years, 9 months 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 31659ff60e5edd57a22915ab3c9dfee5e094dbf3..7382307ce8b53be57323883cdc8b245a458dd550 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,7 +64,7 @@ InspectorTest.dumpResourcesTree = function()
dump(children[i], prefix + " ");
}
- dump(UI.panels.resources._resourcesSection._treeElement, "");
+ dump(UI.panels.resources._sidebar._resourcesSection._treeElement, "");
if (!InspectorTest._testSourceNavigator) {
InspectorTest._testSourceNavigator = new Sources.SourcesNavigatorView();
InspectorTest._testSourceNavigator.show(UI.inspectorView.element);

Powered by Google App Engine
This is Rietveld 408576698