зеркало из https://github.com/mozilla/gecko-dev.git
Bug 853707 - Fix bogus assert in StaticBehaviour::SetOwner. r=joedrew
This commit is contained in:
Родитель
9c2342a0b8
Коммит
7d981e7bfa
|
@ -1014,7 +1014,7 @@ public:
|
|||
}
|
||||
|
||||
virtual void SetOwner(imgRequest* aOwner) MOZ_OVERRIDE {
|
||||
MOZ_ASSERT_IF(aOwner, "We shouldn't be giving static requests a non-null owner.");
|
||||
MOZ_ASSERT(!aOwner, "We shouldn't be giving static requests a non-null owner.");
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Загрузка…
Ссылка в новой задаче