| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| index 0f1336e552493913e7abb44944c94a2c3a3f7106..4d268727a98b262132ff8c6efdfb5b864c8fb450 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| @@ -350,7 +350,7 @@ Background.prototype = {
|
| current = cursors.Range.fromNode(node);
|
| } else {
|
| if (predErrorMsg) {
|
| - cvox.ChromeVox.tts.speak(cvox.ChromeVox.msgs.getMsg(predErrorMsg),
|
| + cvox.ChromeVox.tts.speak(Msgs.getMsg(predErrorMsg),
|
| cvox.QueueMode.FLUSH);
|
| }
|
| return;
|
|
|