| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/keyboard_handler.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/keyboard_handler.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/keyboard_handler.js
|
| index a756584630d2a5424c5ce424ec8713552e700f70..ba500734e3676989bcb2944ac0e3cb937ba12414 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/keyboard_handler.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/keyboard_handler.js
|
| @@ -38,7 +38,7 @@ BackgroundKeyboardHandler.prototype = {
|
| evt.preventDefault();
|
| evt.stopPropagation();
|
| }
|
| - Output.flushNextSpeechUtterance();
|
| + Output.forceModeForNextSpeechUtterance(cvox.QueueMode.FLUSH);
|
| return false;
|
| },
|
|
|
|
|