| Index: third_party/WebKit/Source/devtools/front_end/network/RequestResponseView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/RequestResponseView.js b/third_party/WebKit/Source/devtools/front_end/network/RequestResponseView.js
|
| index 1b6899850b10de650a1e10ec56b71f98dde649be..34c35d6228eb62d58e2ce4954b980e9ec8764c7a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/RequestResponseView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/RequestResponseView.js
|
| @@ -46,7 +46,7 @@ WebInspector.RequestResponseView.prototype = {
|
|
|
| var contentProvider = new WebInspector.RequestResponseView.ContentProvider(this.request);
|
| var highlighterType = this.request.resourceType().canonicalMimeType() || this.request.mimeType;
|
| - this._sourceView = WebInspector.ResourceSourceFrame.createSearchableView(contentProvider, highlighterType);;
|
| + this._sourceView = WebInspector.ResourceSourceFrame.createSearchableView(contentProvider, highlighterType);
|
| return this._sourceView;
|
| },
|
|
|
|
|