| 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 5c5b4dfcd0a3c978021d6a122f9aa5eaa68e0f03..cdbe42da21bd86ae327c539703d6e2bae52698b9 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| @@ -810,7 +810,7 @@ Background.prototype = {
|
|
|
| if (node) {
|
| node = AutomationUtil.findNodePre(
|
| - node, dir, AutomationPredicate.object) || node;
|
| + node, Dir.FORWARD, AutomationPredicate.object) || node;
|
| }
|
|
|
| if (node) {
|
|
|