Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / chromevox / chromevox / injected / ui / overlay_widget.js
index 8752b37..d40c7af 100644 (file)
@@ -77,6 +77,7 @@ cvox.OverlayWidget.prototype.onKeyDown = function(evt) {
     }
     this.onNavigate();
     cvox.ChromeVox.navigationManager.speakDescriptionArray(
-        cvox.ChromeVox.navigationManager.getDescription(), 0, null);
+        cvox.ChromeVox.navigationManager.getDescription(),
+        cvox.QueueMode.FLUSH, null);
   }
 };