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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/messages/spoken_message.js

Issue 604423002: Use an enum for ChromeVox queue mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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/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} */

Powered by Google App Engine
This is Rietveld 408576698