mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-20 17:20:54 +00:00
back out last change temporarily until we can fix leak
This commit is contained in:
parent
198d0d7862
commit
938c7ea840
@ -878,7 +878,8 @@ nsDocLoaderImpl::OnStartRequest(nsIChannel *aChannel, nsISupports *aCtxt)
|
||||
|
||||
// This channel is associated with the entire document...
|
||||
mDocumentChannel = aChannel;
|
||||
mLoadGroup->SetDefaultLoadChannel(mDocumentChannel);
|
||||
// omit next line until we can figure out why it causes a leak
|
||||
// mLoadGroup->SetDefaultLoadChannel(mDocumentChannel);
|
||||
FireOnStartDocumentLoad(this, uri);
|
||||
}
|
||||
else {
|
||||
|
@ -878,7 +878,8 @@ nsDocLoaderImpl::OnStartRequest(nsIChannel *aChannel, nsISupports *aCtxt)
|
||||
|
||||
// This channel is associated with the entire document...
|
||||
mDocumentChannel = aChannel;
|
||||
mLoadGroup->SetDefaultLoadChannel(mDocumentChannel);
|
||||
// omit next line until we can figure out why it causes a leak
|
||||
// mLoadGroup->SetDefaultLoadChannel(mDocumentChannel);
|
||||
FireOnStartDocumentLoad(this, uri);
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user