Index: chrome/browser/resources/chromeos/chromevox/walkers/abstract_walker.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/walkers/abstract_walker.js b/chrome/browser/resources/chromeos/chromevox/walkers/abstract_walker.js |
index b8d5192daa0c862247874ca6db1e90471be2739b..c704cd9f437b2f22b678847f4f2b7e3926b55af6 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/walkers/abstract_walker.js |
+++ b/chrome/browser/resources/chromeos/chromevox/walkers/abstract_walker.js |
@@ -131,7 +131,7 @@ cvox.AbstractWalker.prototype.sync = goog.abstractMethod; |
* selection. Undefined behavior otherwise. |
* @param {!cvox.CursorSelection} prevSel The valid previous selection. |
* @param {!cvox.CursorSelection} sel The valid current selection. |
- * @return {!Array.<!cvox.NavDescription>} The description array. |
+ * @return {!Array<!cvox.NavDescription>} The description array. |
*/ |
cvox.AbstractWalker.prototype.getDescription = goog.abstractMethod; |