| 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 173ff9b11354f0f168c066072eafbb7eb5204238..921e50784e82550a4d0ac8a0a128e1760e4ff5fc 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -913,6 +913,9 @@ Output.prototype = {
|
| * @private
|
| */
|
| render_: function(range, prevRange, type, buff) {
|
| + if (prevRange && !prevRange.isValid())
|
| + prevRange = null;
|
| +
|
| if (range.isSubNode())
|
| this.subNode_(range, prevRange, type, buff);
|
| else
|
|
|