Chromium Code Reviews| 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.<?>} |
| */ |