зеркало из https://github.com/mozilla/gecko-dev.git
Bug 964187. Address review comment.
This commit is contained in:
Родитель
1dc0090222
Коммит
a4056fbd00
|
@ -482,7 +482,7 @@ nsImageLoadingContent::FrameDestroyed(nsIFrame* aFrame)
|
|||
UntrackImage(mCurrentRequest);
|
||||
UntrackImage(mPendingRequest);
|
||||
|
||||
nsIPresShell* presShell = presContext ? presContext->PresShell() : nullptr;
|
||||
nsIPresShell* presShell = presContext ? presContext->GetPresShell() : nullptr;
|
||||
if (presShell) {
|
||||
presShell->RemoveImageFromVisibleList(this);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче