mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
Fixed bug #313386. Very classic example of not using const keyword. rev/cmanske app/pnunn.
This commit is contained in:
parent
081273871c
commit
d7096c11e4
@ -126,7 +126,7 @@ NetContextImpl::NetContextImpl(MWContext *aContext,
|
||||
{
|
||||
NS_INIT_REFCNT();
|
||||
mContext = aContext;
|
||||
aReloadPolicy = mReloadPolicy;
|
||||
mReloadPolicy = aReloadPolicy;
|
||||
}
|
||||
|
||||
NetContextImpl::~NetContextImpl()
|
||||
|
Loading…
x
Reference in New Issue
Block a user