Bug 326618: Remove assertion that we know can happen and that is no longer dangerous. r/sr=jst

This commit is contained in:
cvshook@sicking.cc
2006-02-18 02:54:15 +00:00
parent e9d52b9f76
commit d042f8827d

View File

@@ -4112,8 +4112,6 @@ nsGenericElement::GetChildAt(PRUint32 aIndex) const
PRInt32
nsGenericElement::IndexOf(nsIContent* aPossibleChild) const
{
NS_PRECONDITION(nsnull != aPossibleChild, "null ptr");
return mAttrsAndChildren.IndexOfChild(aPossibleChild);
}