| 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 b63f93b20391bba911cadee173aae42f32eadfae..5ab4c79da82c0da573b9b85d831c23cd2d9392fe 100644
|
| --- a/chrome/browser/resources/gaia_auth_host/post_message_channel.js
|
| +++ b/chrome/browser/resources/gaia_auth_host/post_message_channel.js
|
| @@ -14,7 +14,7 @@
|
| var PostMessageChannel = (function() {
|
| /**
|
| * Allowed origins of the hosting page.
|
| - * @type {Array.<string>}
|
| + * @type {Array<string>}
|
| */
|
| var ALLOWED_ORIGINS = [
|
| 'chrome://oobe',
|
| @@ -78,7 +78,7 @@ var PostMessageChannel = (function() {
|
|
|
| /**
|
| * Channle Id to port map.
|
| - * @type {Object.<number, PostMessagePort>}
|
| + * @type {Object<number, PostMessagePort>}
|
| */
|
| this.channels_ = {};
|
|
|
|
|