Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js |
index c33060899fe391dfc8a3de1b3118514e1d1a699b..6d16a0204ffde382a67b15831ab0576ba378ef93 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js |
@@ -31,7 +31,7 @@ Background = function() { |
/** |
* A list of site substring patterns to use with ChromeVox next. Keep these |
* strings relatively specific. |
- * @type {!Array.<string>} |
+ * @type {!Array<string>} |
* @private |
*/ |
this.whitelist_ = ['chromevox_next_test']; |
@@ -65,7 +65,7 @@ Background = function() { |
/** |
* Maps an automation event to its listener. |
- * @type {!Object.<EventType, function(Object) : void>} |
+ * @type {!Object<EventType, function(Object) : void>} |
*/ |
this.listeners_ = { |
alert: this.onEventDefault, |