зеркало из https://github.com/mozilla/gecko-dev.git
Bug 922613 - Remove erroneous assertion in imgStatusTracker. r=jdm
This commit is contained in:
Родитель
067407f98b
Коммит
ecc35ec24a
|
@ -626,7 +626,6 @@ imgStatusTracker::Difference(imgStatusTracker* aOther) const
|
|||
|
||||
MOZ_ASSERT(!mIsMultipart || aOther->mIsMultipart, "mIsMultipart should be monotonic");
|
||||
diff.foundIsMultipart = !mIsMultipart && aOther->mIsMultipart;
|
||||
MOZ_ASSERT(!mHadLastPart || aOther->mHadLastPart, "mHadLastPart should be monotonic");
|
||||
diff.foundLastPart = !mHadLastPart && aOther->mHadLastPart;
|
||||
|
||||
diff.gotDecoded = !mHasBeenDecoded && aOther->mHasBeenDecoded;
|
||||
|
|
Загрузка…
Ссылка в новой задаче