Bug 531174 [@ WriteBitmap], r=joe

This commit is contained in:
2009-12-13 09:11:39 -08:00
parent 8209c11539
commit b5a944ae14

View File

@@ -604,6 +604,7 @@ nsWindowsShellService::SetDesktopBackground(nsIDOMElement* aElement,
nsCOMPtr<nsIDOMHTMLImageElement> imgElement(do_QueryInterface(aElement));
if (!imgElement) {
// XXX write background loading stuff!
return NS_ERROR_NOT_AVAILABLE;
}
else {
nsCOMPtr<nsIImageLoadingContent> imageContent =