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

Unified Diff: third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.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/console/ConsolePrompt.js
diff --git a/third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js b/third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js
index 9ecfb589238ab08853be0b2db51c018566bbd179..2d7b350884cfe6c0d19a07902a7f53ba7ec4ff7c 100644
--- a/third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js
+++ b/third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js
@@ -48,7 +48,7 @@ WebInspector.ConsolePrompt = function()
this._editorSetForTest();
}
-}
+};
WebInspector.ConsolePrompt.prototype = {
/**
@@ -291,4 +291,4 @@ WebInspector.ConsolePrompt.prototype = {
_editorSetForTest: function() { },
__proto__: WebInspector.Widget.prototype
-}
+};

Powered by Google App Engine
This is Rietveld 408576698