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

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

Issue 1306773003: Make earcon ids strings instead of numbers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_unused_earcons
Patch Set: Fixed test Created 5 years, 4 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/math_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_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 1f9421e96bf100b13da2910532ca1b17613b752d..090aa10c05abac20b49d040fe231873fc1bb9db6 100644
--- a/chrome/browser/resources/chromeos/chromevox/walkers/table_shifter.js
+++ b/chrome/browser/resources/chromeos/chromevox/walkers/table_shifter.js
@@ -78,7 +78,7 @@ cvox.TableShifter.prototype.getDescription = function(prevSel, sel) {
var descs = this.currentWalker_.getDescription(prevSel, sel);
if (descs.length > 0) {
if (this.bumpedEdge_) {
- descs[0].pushEarcon(cvox.AbstractEarcons.WRAP_EDGE);
+ descs[0].pushEarcon(cvox.Earcon.WRAP_EDGE);
this.bumpedEdge_ = false;
}
if (this.begin_) {
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/walkers/math_shifter.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698