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
Родитель 97a5c30a94
Коммит bf888a7955
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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);
}