| 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 aa5da8aabb79ceb8873d6eb8ea6f0c8d4d932053..50183465df887c7862ed392696a99960acbf9c99 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -751,7 +751,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;
|
|
|