gecko-dev/accessible
James Teh 9a96659b76 Bug 1818176: Support querying to IAccessibleImage. r=nlapre
Bug 1763214 unified the Accessible image interface, including support in ia2AccessibleImage.
However, MsaaAccessible::Create wasn't updated accordingly and would only create an ia2AccessibleImage for a LocalAccessible.
The only thing we need to do here is to drop the Local requirement.
I also did some other drive-by cleanup in this function, converting LocalAccessible if checks to assertions for things that can only ever be Local.

Differential Revision: https://phabricator.services.mozilla.com/D170589
2023-02-23 23:42:23 +00:00
..