Fix for bug # 76472 Assertion in GetChildAt() r=valeski sr=rpotts

This commit is contained in:
radha%netscape.com 2001-04-28 03:30:21 +00:00
Родитель d730dcc4cf
Коммит 060ea00949
1 изменённых файлов: 10 добавлений и 9 удалений

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

@ -728,6 +728,7 @@ nsSHistory::CompareSHEntry(nsISHEntry * aPrevEntry, nsISHEntry * aNextEntry, nsI
prevContainer->GetChildAt(i, getter_AddRefs(pChild));
nextContainer->GetChildAt(i, getter_AddRefs(nChild));
if (dsCount > 0)
dsTreeNode->GetChildAt(i, getter_AddRefs(dsTreeItemChild));
if (!dsTreeItemChild)