| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors.js
|
| index af31d1710163a1a298ccdb96be15fd8a6ef05481..5b33f7dc343f7ac26648ee95f58ade92df3d1f2c 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors.js
|
| @@ -137,7 +137,7 @@ cursors.Cursor.prototype = {
|
| */
|
| get selectionIndex_() {
|
| if (this.index_ == cursors.NODE_INDEX)
|
| - return cursors.NODE_INDEX;
|
| + return 0;
|
|
|
| var adjustedIndex = this.index_;
|
|
|
|
|