| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util.js
|
| index 3e29b6b79f30d77e278af1b87cdd2bf71ba26bb4..4c81e55e1752369dcb720b99ddaa6ca9acc57afa 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util.js
|
| @@ -103,6 +103,7 @@ AutomationUtil.findNextNode = function(cur, dir, pred, opt_restrictions) {
|
|
|
| restrictions.root = opt_restrictions.root || AutomationUtil.isTraversalRoot;
|
| restrictions.skipInitialSubtree = opt_restrictions.skipInitialSubtree;
|
| + restrictions.skipInitialAncestry = opt_restrictions.skipInitialAncestry;
|
|
|
| restrictions.visit = function(node) {
|
| if (pred(node) && !AutomationPredicate.shouldIgnoreLeaf(node))
|
|
|