| Index: third_party/WebKit/Source/devtools/front_end/network/RequestPreviewView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/RequestPreviewView.js b/third_party/WebKit/Source/devtools/front_end/network/RequestPreviewView.js
|
| index aa1c7a0132556345fd38ba9eccfdf1807211cc25..3c7ff1cfc46a2a1ebe178b5694db2686c6163283 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/RequestPreviewView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/RequestPreviewView.js
|
| @@ -40,7 +40,7 @@ WebInspector.RequestPreviewView = function(request, responseView)
|
| this._responseView = responseView;
|
| /** @type {?WebInspector.Widget} */
|
| this._previewView = null;
|
| -}
|
| +};
|
|
|
| WebInspector.RequestPreviewView.prototype = {
|
| contentLoaded: function()
|
| @@ -196,4 +196,4 @@ WebInspector.RequestPreviewView.prototype = {
|
| },
|
|
|
| __proto__: WebInspector.RequestContentView.prototype
|
| -}
|
| +};
|
|
|