mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
![Trevor Saunders](/assets/img/avatar_default.png)
unfortunately because creating a DocAccessibleParent is not atomic one can be created by AllocPDocAccessible(), but then RecvPDocAccessibleConstructor() can fail. If that happens we will call actor destroyed on the new DocAccessibleParent, however because the constructor messaged failed it will not have a wrapper. That means this assert does not necessarily hold.