Index: chrome/browser/resources/chromeos/chromevox/walkers/table_shifter.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/walkers/table_shifter.js b/chrome/browser/resources/chromeos/chromevox/walkers/table_shifter.js |
index 1e8ade6bdc2383468b4315b8ec6bd46604b3ac39..1f9421e96bf100b13da2910532ca1b17613b752d 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/walkers/table_shifter.js |
+++ b/chrome/browser/resources/chromeos/chromevox/walkers/table_shifter.js |
@@ -71,8 +71,8 @@ cvox.TableShifter.prototype.getName = function() { |
* @override |
* @suppress {checkTypes} actual parameter 2 of |
* cvox.Msgs.prototype.getMsg does not match formal parameter |
- * found : Array.<number> |
- * required: (Array.<string>|null|undefined) |
+ * found : Array<number> |
+ * required: (Array<string>|null|undefined) |
*/ |
cvox.TableShifter.prototype.getDescription = function(prevSel, sel) { |
var descs = this.currentWalker_.getDescription(prevSel, sel); |