Index: chrome/browser/resources/chromeos/chromevox/host/testing/tts.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/host/testing/tts.js b/chrome/browser/resources/chromeos/chromevox/host/testing/tts.js |
index 956cdc49d4efb08c2ceba8fbc9b608bcf8cd2acc..a16e300854e64bd3e6641bf6c1b617a4b0e713f6 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/host/testing/tts.js |
+++ b/chrome/browser/resources/chromeos/chromevox/host/testing/tts.js |
@@ -131,7 +131,7 @@ cvox.TestTts.prototype.getUtteranceList = function() { |
/** |
* Return a list of strings of what was spoken by tts.speak(). |
- * @return {Array.<{text: string, queueMode: number}>} |
+ * @return {Array.<{text: string, queueMode: cvox.QueueMode}>} |
* A list of info about all utterances spoken since |
* initialization or the last call to clearUtterances. |
*/ |