This commit is contained in:
kipp%netscape.com 1999-04-13 21:51:00 +00:00
Родитель a9cf2251b3
Коммит fa95252534
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -369,7 +369,7 @@ nsFrame::DeleteFrame(nsIPresContext& aPresContext)
//XXX Why is this done in nsFrame instead of some frame class
// that actually loads images?
aPresContext.StopLoadImage(this);
aPresContext.StopAllLoadImagesFor(this);
//Set to prevent event dispatch during destruct
if (nsnull != mView) {

Просмотреть файл

@ -369,7 +369,7 @@ nsFrame::DeleteFrame(nsIPresContext& aPresContext)
//XXX Why is this done in nsFrame instead of some frame class
// that actually loads images?
aPresContext.StopLoadImage(this);
aPresContext.StopAllLoadImagesFor(this);
//Set to prevent event dispatch during destruct
if (nsnull != mView) {