mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1201667 - Traverse child when retrieving proxy unignored children r=tbsaunde
This commit is contained in:
parent
d64fd49d6a
commit
7f0a527fa7
@ -100,7 +100,7 @@ a11y::GetProxyUnignoredChildren(const ProxyAccessible* aProxy,
|
|||||||
|
|
||||||
// If element is ignored, then add its children as substitutes.
|
// If element is ignored, then add its children as substitutes.
|
||||||
if (IsProxyIgnored(childProxy)) {
|
if (IsProxyIgnored(childProxy)) {
|
||||||
GetProxyUnignoredChildren(aProxy, aChildrenArray);
|
GetProxyUnignoredChildren(childProxy, aChildrenArray);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user