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

Unified Diff: third_party/WebKit/Source/devtools/front_end/accessibility/ARIAMetadata.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/accessibility/ARIAMetadata.js
diff --git a/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAMetadata.js b/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAMetadata.js
index 1451eee64aad9bb9999984593fc6377b30c249e3..2303ece2c75dc8f7371aae4915fab3fada825032 100644
--- a/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAMetadata.js
+++ b/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAMetadata.js
@@ -13,7 +13,7 @@ WebInspector.ARIAMetadata = function(config)
if (config)
this._initialize(config);
-}
+};
/**
* @return {!WebInspector.ARIAMetadata}

Powered by Google App Engine
This is Rietveld 408576698