mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 03:49:42 +00:00
Bug 1876180: Make MOXAccessibleBase moxFindAncestor check for selector moxUnignoredParent before calling it. r=eeejay
Differential Revision: https://phabricator.services.mozilla.com/D199432
This commit is contained in:
parent
148551e6e4
commit
50561a75dc
@ -557,7 +557,7 @@ mozilla::LogModule* GetMacAccessibilityLog() {
|
||||
return element;
|
||||
}
|
||||
|
||||
if (stop) {
|
||||
if (stop || ![element respondsToSelector:@selector(moxUnignoredParent)]) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user