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

Unified Diff: third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.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/resources/CookieItemsView.js
diff --git a/third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js b/third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js
index 09d58bcb65f83d4b283d22a3b9a9f33495e9e137..cc302252bedafc406b869634ba13c95803c47bd6 100644
--- a/third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js
+++ b/third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js
@@ -55,7 +55,7 @@ WebInspector.CookieItemsView = function(treeElement, cookieDomain)
this._emptyWidget.show(this.element);
this.element.addEventListener("contextmenu", this._contextMenu.bind(this), true);
-}
+};
WebInspector.CookieItemsView.prototype = {
/**
@@ -188,4 +188,4 @@ WebInspector.CookieItemsView.prototype = {
},
__proto__: WebInspector.SimpleView.prototype
-}
+};

Powered by Google App Engine
This is Rietveld 408576698