Bug 881323 - Re-implement CycleCollectorParticipant with actual vtables, with constexpr to avoid static initializers. r=mccr8

This commit is contained in:
Mike Hommey
2013-08-02 10:29:05 +09:00
parent d42f30a69a
commit 0dc9c0ef85
157 changed files with 560 additions and 385 deletions

View File

@@ -1148,6 +1148,8 @@ FragmentOrElement::ClearContentUnbinder()
ContentUnbinder::UnbindAll();
}
NS_IMPL_CYCLE_COLLECTION_CLASS(FragmentOrElement)
NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN(FragmentOrElement)
nsINode::Unlink(tmp);