| Index: third_party/WebKit/Source/devtools/front_end/source_frame/ResourceSourceFrame.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/ResourceSourceFrame.js b/third_party/WebKit/Source/devtools/front_end/source_frame/ResourceSourceFrame.js
|
| index efceee1102b3523c6f3fbe4aab0834f7d5e41dc0..378c2bc06f0c72ca646c777e41be1f19e66eb38d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/source_frame/ResourceSourceFrame.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/source_frame/ResourceSourceFrame.js
|
| @@ -34,8 +34,8 @@
|
| */
|
| WebInspector.ResourceSourceFrame = function(resource)
|
| {
|
| - this._resource = resource;
|
| WebInspector.SourceFrame.call(this, resource.contentURL(), resource.requestContent.bind(resource));
|
| + this._resource = resource;
|
| };
|
|
|
| /**
|
|
|