| 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 e39f303280fce88a6ef6e1c43c99bf90cece6ee4..d4c8961e9696b5e79cdbaae2a5c4e17c1646d527 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| @@ -185,7 +185,7 @@ cvox2.Background.prototype = {
|
|
|
| var output =
|
| [node.attributes.name, node.attributes.value, role].join(', ');
|
| - 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]);
|
|
|
|
|