| 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 bff32f281e56a50eb3068a11c2ff2452ff5fbb5e..ad170eea9ecdd4b288536c4d2273a8d9e956c442 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/host/testing/tts.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/host/testing/tts.js
|
| @@ -96,7 +96,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.
|
| */
|
|
|