This commit is contained in:
kipp%netscape.com 1998-09-26 22:48:52 +00:00
Родитель 24784565a3
Коммит 2978482ce0
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -260,7 +260,8 @@ nsHTMLImageLoader::StartLoadImage(nsIPresContext* aPresContext,
#else
// Try again, this time using the broke-image url
mLoadImageFailed = PR_TRUE;
return StartLoadImage(aPresContext, aForFrame, aNeedSizeUpdate, aLoadStatus);
return StartLoadImage(aPresContext, aForFrame, nsnull,
aNeedSizeUpdate, aLoadStatus);
#endif
}
}

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

@ -260,7 +260,8 @@ nsHTMLImageLoader::StartLoadImage(nsIPresContext* aPresContext,
#else
// Try again, this time using the broke-image url
mLoadImageFailed = PR_TRUE;
return StartLoadImage(aPresContext, aForFrame, aNeedSizeUpdate, aLoadStatus);
return StartLoadImage(aPresContext, aForFrame, nsnull,
aNeedSizeUpdate, aLoadStatus);
#endif
}
}