necko bustage

This commit is contained in:
valeski%netscape.com 1999-07-01 21:02:53 +00:00
parent 976f46415a
commit f7475a9941

View File

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