| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| index 5d9e6611a41b96925971727f021738a7e645b6c5..4687421cfeda4b88b31efc44b69c846667fc1554 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -769,7 +769,7 @@ Output.prototype = {
|
| */
|
| get hasSpeech() {
|
| for (var i = 0; i < this.speechBuffer_.length; i++) {
|
| - if (this.speechBuffer_[i].trim().length)
|
| + if (this.speechBuffer_[i].length)
|
| return true;
|
| }
|
| return false;
|
|
|