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 61b1c6f150d44197501af762fb8dfe01f5e5e40f..03ac0d9a4c4b268700fe174f02a43dce41ee97dd 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js |
@@ -772,7 +772,7 @@ Background.prototype = { |
if (node) { |
node = AutomationUtil.findNodePre( |
- node, dir, AutomationPredicate.element) || node; |
+ node, dir, AutomationPredicate.object) || node; |
} |
if (node) { |