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

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

Issue 2712043002: [DevTools] Separate frames and resources handling (Closed)
Patch Set: [DevTools] Separate frames and resources handling Created 3 years, 10 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 fc91a23729ba7e16a8eef9d205a5d5d6cb0bf5f5..31659ff60e5edd57a22915ab3c9dfee5e094dbf3 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.resourcesListTreeElement, "");
+ dump(UI.panels.resources._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