b=127042 Fix background printing.. print preview image loading. r=pavlov sr=kin a=dbaron

This commit is contained in:
dcone%netscape.com 2002-02-22 05:41:27 +00:00
Родитель a438357dcf
Коммит c4c909190e
2 изменённых файлов: 2 добавлений и 8 удалений

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

@ -1500,10 +1500,7 @@ nsPresContext::LoadImage(const nsString& aURL,
nsresult rv;
nsCOMPtr<nsIDOMElement> element(do_QueryInterface(content));
if (!element) // this would seem bad(tm)
return NS_ERROR_FAILURE;
if (content) {
if (content && element) {
nsCOMPtr<nsIDocument> document;
rv = content->GetDocument(*getter_AddRefs(document));

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

@ -1500,10 +1500,7 @@ nsPresContext::LoadImage(const nsString& aURL,
nsresult rv;
nsCOMPtr<nsIDOMElement> element(do_QueryInterface(content));
if (!element) // this would seem bad(tm)
return NS_ERROR_FAILURE;
if (content) {
if (content && element) {
nsCOMPtr<nsIDocument> document;
rv = content->GetDocument(*getter_AddRefs(document));