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 cab9cbb7c6eb9d93c6ad400dc55d90a2b52dfd37..f5546f542e6244bd5fde34d44e02f3855c0d4d88 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js |
@@ -381,7 +381,7 @@ Background.prototype = { |
// Iframes, when focused, causes the child webArea to fire focus event. |
// This can result in getting stuck when navigating backward. |
if (actionNode.role != RoleType.iframe && !actionNode.state.focused && |
- !AutomationPredicate.container(actionNode)) |
+ !AutomationPredicate.structuralContainer(actionNode)) |
actionNode.focus(); |
} |
var prevRange = this.currentRange_; |