зеркало из https://github.com/mozilla/pjs.git
fixing bug 120041 r=timeless rs=darin
This commit is contained in:
Родитель
bc15fb1904
Коммит
b3f96e1a47
|
@ -129,10 +129,11 @@ nsresult imgRequest::RemoveProxy(imgRequestProxy *proxy, nsresult aStatus, PRBoo
|
|||
proxy->OnStopDecode(aStatus, nsnull);
|
||||
}
|
||||
|
||||
// make sure that observer gets an OnStopRequest message sent to it
|
||||
if (!(mState & onStopRequest)) {
|
||||
proxy->OnStopRequest(nsnull, nsnull, NS_BINDING_ABORTED);
|
||||
}
|
||||
}
|
||||
|
||||
// make sure that observer gets an OnStopRequest message sent to it
|
||||
if (!(mState & onStopRequest)) {
|
||||
proxy->OnStopRequest(nsnull, nsnull, NS_BINDING_ABORTED);
|
||||
}
|
||||
|
||||
if (mObservers.Count() == 0) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче