Index: chrome/browser/resources/chromeos/chromevox/testing/tester.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/testing/tester.js b/chrome/browser/resources/chromeos/chromevox/testing/tester.js |
index ed5f67d3ab620ef7697db438a5c53ec4622507c1..4896236ac003909bea4d2d9af3ed4d8731a4b126 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/testing/tester.js |
+++ b/chrome/browser/resources/chromeos/chromevox/testing/tester.js |
@@ -48,7 +48,7 @@ cvox.ChromeVoxTester.setUp = function(doc) { |
// Init LiveRegions with a date of 0 so that the initial delay before |
// things is spoken is skipped. |
- cvox.LiveRegions.init(new Date(0), cvox.AbstractTts.QUEUE_MODE_QUEUE, false); |
+ cvox.LiveRegions.init(new Date(0), cvox.QueueMode.QUEUE, false); |
cvox.ChromeVoxEventWatcher.init(doc); |
window.console.log('done setup'); |
@@ -115,7 +115,7 @@ cvox.ChromeVoxTester.setStrategy = function(strategy) { |
*/ |
cvox.ChromeVoxTester.readFromHere = function() { |
cvox.ChromeVox.navigationManager.startReading( |
- cvox.AbstractTts.QUEUE_MODE_FLUSH); |
+ cvox.QueueMode.FLUSH); |
}; |
/** |