mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 853707 - Fix bogus assert in StaticBehaviour::SetOwner. r=joedrew
This commit is contained in:
parent
5ebdaafac5
commit
97b5ddaea5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user