| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| index 86174b675228552c723c24c8d0cc400d3a5e0f0b..b2dbd612750de40d84b80df6fe3d2bbdb3289214 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -994,8 +994,6 @@
|
| return;
|
| var uniqueAncestors = AutomationUtil.getUniqueAncestors(prevParent, parent);
|
| for (var i = 0; parent = uniqueAncestors[i]; i++) {
|
| - if (parent.role == RoleType.window)
|
| - break;
|
| if (Output.ROLE_INFO_[parent.role] &&
|
| Output.ROLE_INFO_[parent.role].outputContextFirst) {
|
| this.outputContextFirst_ = true;
|
|
|