| 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 2f37148e546341894de9e297c0b66e29040bb99c..315a108352e469ef3bcca99e049a2c995d09b85c 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -752,7 +752,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;
|
|
|