mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 08:09:15 +00:00
necko bustage
This commit is contained in:
parent
976f46415a
commit
f7475a9941
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user