Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst

git-svn-id: svn://10.0.0.236/trunk@237089 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jonas%sicking.cc
2007-10-02 18:20:04 +00:00
parent e8e8de756b
commit f6cf485399
13 changed files with 87 additions and 30 deletions

View File

@@ -811,6 +811,10 @@ nsGenericDOMDataNode::IsNodeOfType(PRUint32 aFlags) const
return !(aFlags & ~(eCONTENT | eDATA_NODE));
}
void
nsGenericDOMDataNode::DestroyContent()
{
}
#ifdef DEBUG
void