Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_commands.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_commands.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_commands.js |
index 1d5838ac1ab95db40bfa834f45881d105f5f0ca8..70c23884d20c2156133fd6dc74e02b23c56bccac 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_commands.js |
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_commands.js |
@@ -325,7 +325,7 @@ cvox.ChromeVoxUserCommands.doCommand_ = function(cmdStruct) { |
cvox.ChromeVox.navigationManager.saveSel(); |
prefixMsg = wrap; |
cvox.ChromeVox.navigationManager.syncToBeginning(); |
- cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP); |
+ cvox.ChromeVox.earcons.playEarcon(cvox.Earcon.WRAP); |
found = cvox.ChromeVox.navigationManager.findNext( |
predicate, predicateName, true); |
if (!found) { |