Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / chromevox / chromevox / background / braille_captions_background.js
index 3e4d386..0d2183c 100644 (file)
@@ -88,7 +88,7 @@ cvox.BrailleCaptionsBackground.setActive = function(newValue) {
     var msg = newValue ?
         cvox.ChromeVox.msgs.getMsg('braille_captions_enabled') :
         cvox.ChromeVox.msgs.getMsg('braille_captions_disabled');
-    cvox.ChromeVox.tts.speak(msg);
+    cvox.ChromeVox.tts.speak(msg, cvox.QueueMode.QUEUE);
     cvox.ChromeVox.braille.write(cvox.NavBraille.fromText(msg));
   }
 };