| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| index 11f093d1bbdae929bd9b380901ba0a93dca422e4..86d5761a0c11c3d515b7beb22c5fc813b0d40f6c 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| @@ -412,7 +412,7 @@ Background.prototype = {
|
| .go();
|
| prevRange = this.currentRange_;
|
| this.setCurrentRange(
|
| - this.currentRange_.move(cursors.Unit.NODE, Dir.FORWARD));
|
| + this.currentRange_.move(cursors.Unit.DOM_NODE, Dir.FORWARD));
|
|
|
| if (!this.currentRange_ || this.currentRange_.equals(prevRange))
|
| global.isReadingContinuously = false;
|
|
|