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

Unified Diff: chrome/browser/resources/gaia_auth_host/post_message_channel.js

Issue 2900253006: WebUI: Fix more violations of no-extra-semi lint rule. (Closed)
Patch Set: clang-format Created 3 years, 7 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: chrome/browser/resources/gaia_auth_host/post_message_channel.js
diff --git a/chrome/browser/resources/gaia_auth_host/post_message_channel.js b/chrome/browser/resources/gaia_auth_host/post_message_channel.js
index 8fe463115ad5e5aec3610530de16df4bad1461ad..b20300dccaac9ef86e898233090bd9f25a55a2a5 100644
--- a/chrome/browser/resources/gaia_auth_host/post_message_channel.js
+++ b/chrome/browser/resources/gaia_auth_host/post_message_channel.js
@@ -282,7 +282,7 @@ var PostMessageChannel = (function() {
this.deferredMessages_ = [];
this.onMessage = new EventTarget();
- };
+ }
PostMessagePort.prototype = {
/**
@@ -325,7 +325,7 @@ var PostMessageChannel = (function() {
*/
function PostMessageChannel() {
Channel.apply(this, arguments);
- };
+ }
PostMessageChannel.prototype = {
__proto__: Channel.prototype,

Powered by Google App Engine
This is Rietveld 408576698