| 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 da100400db6461cf8ad4385beb6bf302c363e6e5..6e7ff8d968db9e83842ae9c65876247b7f8f7d4f 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;
|
|
|