mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 493240. r+sr=bzbarsky
This commit is contained in:
parent
3c9325480e
commit
959ad4285f
@ -95,7 +95,7 @@ nsBulletFrame::Destroy()
|
||||
{
|
||||
// Stop image loading first
|
||||
if (mImageRequest) {
|
||||
mImageRequest->Cancel(NS_ERROR_FAILURE);
|
||||
mImageRequest->CancelAndForgetObserver(NS_ERROR_FAILURE);
|
||||
mImageRequest = nsnull;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user