зеркало из https://github.com/mozilla/gecko-dev.git
Implement reject-foreign-cookies pref, bug 13655, a=chofmann, r=neeti nsDocLoader.cpp
This commit is contained in:
Родитель
3c347f189e
Коммит
532296dc8f
|
@ -878,7 +878,7 @@ nsDocLoaderImpl::OnStartRequest(nsIChannel *aChannel, nsISupports *aCtxt)
|
|||
|
||||
// This channel is associated with the entire document...
|
||||
mDocumentChannel = aChannel;
|
||||
|
||||
mLoadGroup->SetDefaultLoadChannel(mDocumentChannel);
|
||||
FireOnStartDocumentLoad(this, uri);
|
||||
}
|
||||
else {
|
||||
|
|
|
@ -878,7 +878,7 @@ nsDocLoaderImpl::OnStartRequest(nsIChannel *aChannel, nsISupports *aCtxt)
|
|||
|
||||
// This channel is associated with the entire document...
|
||||
mDocumentChannel = aChannel;
|
||||
|
||||
mLoadGroup->SetDefaultLoadChannel(mDocumentChannel);
|
||||
FireOnStartDocumentLoad(this, uri);
|
||||
}
|
||||
else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче