Fix for bug 243998 (Visiting the networkassociates, noggin, upromise crashes Mozilla & Firefox). r/sr=bz, a=tor.

This commit is contained in:
peterv%propagandism.org 2004-05-19 15:44:18 +00:00
Родитель 8a9fff1b1a
Коммит cb97041d39
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -177,7 +177,7 @@ NS_NewHTMLImageElement(nsIHTMLContent** aResult, nsINodeInfo *aNodeInfo)
NS_ENSURE_SUCCESS(rv, rv);
}
nsHTMLImageElement* it = new nsHTMLImageElement(aNodeInfo);
nsHTMLImageElement* it = new nsHTMLImageElement(nodeInfo);
if (!it) {
return NS_ERROR_OUT_OF_MEMORY;
}