mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 1170049 - check if document tree is correct before cleaning it up r=lsocks
This commit is contained in:
parent
d5bdde37dc
commit
7191d20f10
@ -72,6 +72,7 @@ public:
|
||||
void Destroy();
|
||||
virtual void ActorDestroy(ActorDestroyReason aWhy) override
|
||||
{
|
||||
CheckDocTree();
|
||||
if (!mShutdown)
|
||||
Destroy();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user