bug 1170049 - check if document tree is correct before cleaning it up r=lsocks

This commit is contained in:
Trevor Saunders 2015-08-05 10:20:57 -04:00
parent d5bdde37dc
commit 7191d20f10

View File

@ -72,6 +72,7 @@ public:
void Destroy();
virtual void ActorDestroy(ActorDestroyReason aWhy) override
{
CheckDocTree();
if (!mShutdown)
Destroy();
}