This commit is contained in:
valeski%netscape.com 1999-07-01 21:02:53 +00:00
Родитель 976f46415a
Коммит f7475a9941
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -179,6 +179,8 @@ NS_IMETHODIMP
nsLoadGroup::Init(nsILoadGroup *parent)
{
// mParent = parent; // weak ref
if (!parent)
return NS_ERROR_NULL_POINTER;
parent->AddSubGroup(this); // XXX
return NS_OK;
}