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

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

Issue 593133002: Refactor: remove a Chromevox abstract class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: 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
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/walkers/table_shifter.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/walkers/table_walker.js
diff --git a/chrome/browser/resources/chromeos/chromevox/walkers/table_walker.js b/chrome/browser/resources/chromeos/chromevox/walkers/table_walker.js
index 86b54b42701416802c57994596bc0ac8e230f686..c8b85c0745e2982cbd3cb0d9f3351dcb0b602459 100644
--- a/chrome/browser/resources/chromeos/chromevox/walkers/table_walker.js
+++ b/chrome/browser/resources/chromeos/chromevox/walkers/table_walker.js
@@ -55,7 +55,7 @@ cvox.TableWalker.prototype.sync = function(sel) {
/**
* @override
* @suppress {checkTypes} actual parameter 2 of
- * cvox.AbstractMsgs.prototype.getMsg does not match formal parameter
+ * cvox.Msgs.prototype.getMsg does not match formal parameter
* found : Array.<number>
* required: (Array.<string>|null|undefined)
*/
@@ -267,7 +267,7 @@ cvox.TableWalker.prototype.getHeaderText_ = function(sel) {
* @param {!cvox.CursorSelection} sel A valid selection.
* @return {Array.<cvox.NavDescription>} The location description.
* @suppress {checkTypes} actual parameter 2 of
- * cvox.AbstractMsgs.prototype.getMsg does not match
+ * cvox.Msgs.prototype.getMsg does not match
* formal parameter
* found : Array.<number>
* required: (Array.<string>|null|undefined)
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/walkers/table_shifter.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698