| Index: third_party/WebKit/Source/devtools/front_end/elements/ComputedStyleModel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/elements/ComputedStyleModel.js b/third_party/WebKit/Source/devtools/front_end/elements/ComputedStyleModel.js
|
| index 463d27ec1835e9e7a711ec284a878e073232ad90..2d8aa4fed4ce1834366d8127a4451675ce01717c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/ComputedStyleModel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/ComputedStyleModel.js
|
| @@ -62,7 +62,7 @@ WebInspector.ComputedStyleModel.prototype = {
|
| if (target) {
|
| this._cssModel = WebInspector.CSSModel.fromTarget(target);
|
| domModel = WebInspector.DOMModel.fromTarget(target);
|
| - resourceTreeModel = target.resourceTreeModel;
|
| + resourceTreeModel = WebInspector.ResourceTreeModel.fromTarget(target);
|
| }
|
|
|
| if (this._cssModel && domModel && resourceTreeModel) {
|
|
|