Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(466)

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/RequestPreviewView.js

Issue 2440953003: DevTools: use semicolons after each statement. (Closed)
Patch Set: rebaseline Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
-}
+};

Powered by Google App Engine
This is Rietveld 408576698