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

Unified Diff: chrome/browser/resources/chromeos/chromevox/walkers/abstract_walker.js

Issue 924083004: Shorten Closure template notation from Array.<*> to Array<*> in cvox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/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;

Powered by Google App Engine
This is Rietveld 408576698