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

Unified Diff: third_party/WebKit/Source/devtools/front_end/formatter_worker/RelaxedJSONParser.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/formatter_worker/RelaxedJSONParser.js
diff --git a/third_party/WebKit/Source/devtools/front_end/formatter_worker/RelaxedJSONParser.js b/third_party/WebKit/Source/devtools/front_end/formatter_worker/RelaxedJSONParser.js
index 2c0b38042f2d4a54fe37accb73e5bcdc9c4c7409..c09700ad56ecd2f252293f36ebc65dee1cbf8ad0 100644
--- a/third_party/WebKit/Source/devtools/front_end/formatter_worker/RelaxedJSONParser.js
+++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker/RelaxedJSONParser.js
@@ -193,7 +193,7 @@ WebInspector.RelaxedJSONParser.parse = function(content)
}
return value;
}
-}
+};
/**
* @typedef {!{key: (number|string), tip: (!Array|!Object), state: ?WebInspector.RelaxedJSONParser.States, parentIsArray: boolean}}

Powered by Google App Engine
This is Rietveld 408576698