Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_speaker.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_speaker.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_speaker.js |
index 3308de6c124bcaba3e890f20d3852dbc75cac414..70cac8d1d2608cf82b517dfa317099d088ef9c01 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_speaker.js |
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_speaker.js |
@@ -63,7 +63,7 @@ cvox.NavigationSpeaker.prototype.speakDescriptionArray = function( |
} |
}; |
var endCallbackHelper = function() { |
- speakDescriptionChain(i + 1, cvox.AbstractTts.QUEUE_MODE_QUEUE, id); |
+ speakDescriptionChain(i + 1, cvox.QueueMode.QUEUE, id); |
}; |
var endCallback = function() { |
// We process content-script specific properties here for now. |