| 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 701cff2af79d8e337e96215684c255bf1eec7085..0785532aa6f3dfe2022ffc52ad4ab91b2798911d 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| @@ -93,7 +93,7 @@ cvox2.Background.prototype = {
|
| */
|
| onAutomationEvent: function(evt) {
|
| var output = evt.target.attributes.name + ' ' + evt.target.role;
|
| - cvox.ChromeVox.tts.speak(output, cvox.AbstractTts.QUEUE_MODE_FLUSH);
|
| + cvox.ChromeVox.tts.speak(output, cvox.QueueMode.FLUSH);
|
| cvox.ChromeVox.braille.write(cvox.NavBraille.fromText(output));
|
| chrome.accessibilityPrivate.setFocusRing([evt.target.location]);
|
| },
|
|
|