mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
![James Teh](/assets/img/avatar_default.png)
The first patch inherits from the right classes, but because tables have additional interfaces, QueryInterface is overridden. It had to be updated to also include HyperTextAccessibleWrap. Rows worked correctly because they don't have any specific interfaces and thus don't override QI. They just inherit their QI implementation from their base class. Differential Revision: https://phabricator.services.mozilla.com/D10022 --HG-- extra : moz-landing-system : lando