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_) { |