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

Unified Diff: third_party/WebKit/Source/devtools/front_end/elements/ElementsSidebarPane.js

Issue 2168323002: [DevTools] Explicitly require ResourceTreeModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: URL management was split into a separate CL Created 4 years, 5 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/Source/devtools/front_end/elements/ElementsSidebarPane.js
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/ElementsSidebarPane.js b/third_party/WebKit/Source/devtools/front_end/elements/ElementsSidebarPane.js
index c934bb8fe24db48032fc29337c65bff0b251ff72..822c745c7b5a92aa0b879a8dc5be5fc06cf64835 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/ElementsSidebarPane.js
+++ b/third_party/WebKit/Source/devtools/front_end/elements/ElementsSidebarPane.js
@@ -36,6 +36,14 @@ WebInspector.ElementsSidebarPane.prototype = {
},
/**
+ * @return {?WebInspector.ResourceTreeModel}
+ */
+ resourceTreeModel: function()
+ {
+ return this._computedStyleModel.resourceTreeModel();
pfeldman 2016/07/27 17:54:35 ditto
eostroukhov-old 2016/08/05 18:32:03 Removed.
+ },
+
+ /**
* @protected
* @return {!Promise.<?>}
*/

Powered by Google App Engine
This is Rietveld 408576698