| 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,
|
|
|