Adding an assertion for bug 154952.

r/sr=bz
This commit is contained in:
varga%netscape.com 2003-03-11 15:27:25 +00:00
Родитель 79a60cddf3
Коммит 4d550130c1
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -916,6 +916,8 @@ nsTreeContentView::ContentInserted(nsIDocument *aDocument,
nsIContent* aChild,
PRInt32 aIndexInContainer)
{
NS_ASSERTION(aChild, "null ptr");
// Make sure this notification concerns us.
// First check the tag to see if it's one that we care about.
nsCOMPtr<nsIAtom> childTag;