| Index: chrome/browser/resources/chromeos/chromevox/chromevox/messages/spoken_message.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/messages/spoken_message.js b/chrome/browser/resources/chromeos/chromevox/chromevox/messages/spoken_message.js
|
| index 7e109584f1b94e49ce495f9f64525ecfd5033ce7..30790ad5e5c19afa19ed629656302017bd82f6a8 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/messages/spoken_message.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/messages/spoken_message.js
|
| @@ -13,7 +13,7 @@ goog.provide('cvox.SpokenMessage');
|
| * @constructor
|
| */
|
| cvox.SpokenMessage = function() {
|
| - /** @type {?Number} */
|
| + /** @type {?number} */
|
| this.count = null;
|
|
|
| /** @type {Array} */
|
|
|