Bug 1719736: Have mozAccessible protocol inherit from NSObject r=eeejay

Differential Revision: https://phabricator.services.mozilla.com/D119445
This commit is contained in:
Morgan Reschenberg
2021-07-15 19:12:09 +00:00
parent fde620ed69
commit ffa76c8aed

View File

@@ -19,7 +19,7 @@
just some random |id|.
*/
@protocol mozAccessible
@protocol mozAccessible <NSObject>
// returns whether this accessible is the root accessible. there is one
// root accessible per window.