зеркало из https://github.com/mozilla/pjs.git
Bug 508057. Make sure to drop the ref to the observer when clearing our cached tree images. r=joedrew
This commit is contained in:
Родитель
a0207f6c9c
Коммит
679ae6e903
|
@ -119,7 +119,7 @@ static PLDHashOperator
|
|||
CancelImageRequest(const nsAString& aKey,
|
||||
nsTreeImageCacheEntry aEntry, void* aData)
|
||||
{
|
||||
aEntry.request->Cancel(NS_BINDING_ABORTED);
|
||||
aEntry.request->CancelAndForgetObserver(NS_BINDING_ABORTED);
|
||||
return PL_DHASH_NEXT;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче