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

Unified Diff: third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.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/host/InspectorFrontendHostAPI.js
diff --git a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
index c9b6f1f0588e326ef6c6288ef2dde3e63ddf7d14..629bc09f21750c8f74bb370b0051fd6da90c7d5d 100644
--- a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
+++ b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
@@ -56,7 +56,7 @@ InspectorFrontendHostAPI.Events = {
SetInspectedTabId: Symbol("setInspectedTabId"),
SetUseSoftMenu: Symbol("setUseSoftMenu"),
ShowPanel: Symbol("showPanel")
-}
+};
InspectorFrontendHostAPI.EventDescriptors = [
[InspectorFrontendHostAPI.Events.AddExtensions, "addExtensions", ["extensions"]],
@@ -305,4 +305,4 @@ InspectorFrontendHostAPI.prototype = {
* @return {boolean}
*/
isHostedMode: function() { }
-}
+};

Powered by Google App Engine
This is Rietveld 408576698