Bug 883889 followup: nsChildContentList is not an nsINode subclass. r=orange

This commit is contained in:
Boris Zbarsky 2013-07-11 12:59:53 -04:00
parent 80d4c2cd6b
commit cea78a3062

View File

@ -48,6 +48,7 @@ public:
nsChildContentList(nsINode* aNode)
: mNode(aNode)
{
SetIsDOMBinding();
}
NS_DECL_CYCLE_COLLECTING_ISUPPORTS