mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 866463 - Remove the initial incorrect assignment. r=joe
This commit is contained in:
parent
aab85fbf26
commit
c3bc964f70
@ -540,7 +540,7 @@ imgStatusTracker::CalculateAndApplyDifference(imgStatusTracker* other)
|
||||
if (diff.mUnblockedOnload) {
|
||||
mState &= ~stateBlockingOnload;
|
||||
}
|
||||
mImageStatus = other->mImageStatus;
|
||||
|
||||
mIsMultipart = other->mIsMultipart;
|
||||
mHadLastPart = other->mHadLastPart;
|
||||
mImageStatus |= other->mImageStatus;
|
||||
|
Loading…
Reference in New Issue
Block a user