mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 789846: Ensure that we unblock unload if we're only pretending that the request finished. r=joe
This commit is contained in:
parent
2b3be6c1ca
commit
11b8389ee5
@ -266,6 +266,10 @@ imgStatusTracker::EmulateRequestFinished(imgRequestProxy* aProxy, nsresult aStat
|
||||
}
|
||||
}
|
||||
|
||||
if (mState & stateBlockingOnload) {
|
||||
aProxy->UnblockOnload();
|
||||
}
|
||||
|
||||
if (!(mState & stateRequestStopped)) {
|
||||
aProxy->OnStopRequest(true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user