mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 18:51:28 +00:00
reverting to rev 1.115 to fix blocker bug #123572
This commit is contained in:
parent
89d46447f6
commit
a51b380443
@ -242,11 +242,8 @@ nsFileChannel::EnsureTransport()
|
||||
getter_AddRefs(mFileTransport));
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
mFileTransport->SetNotificationCallbacks(this,
|
||||
((mLoadFlags & LOAD_BACKGROUND)
|
||||
? nsITransport::DONT_REPORT_PROGRESS
|
||||
: 0));
|
||||
|
||||
mFileTransport->SetNotificationCallbacks(mCallbacks,
|
||||
(mLoadFlags & LOAD_BACKGROUND));
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user