| 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 74fbe16334941181e62ef1ce4fe473e2139cb477..d9439e4cbd420196bcad9843f8e594c0374219d4 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
|
| @@ -35,7 +35,6 @@
|
| WebInspector.ResourceSourceFrame = function(resource)
|
| {
|
| this._resource = resource;
|
| - this._messages = [];
|
| WebInspector.SourceFrame.call(this, resource);
|
| }
|
|
|
|
|