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

git-svn-id: svn://10.0.0.236/trunk@156587 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterv%propagandism.org
2004-05-19 15:44:18 +00:00
parent de7f70b317
commit 5cc8f50813

View File

@@ -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;
}