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 ab8f2fb997
commit 60e969c975

View File

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