зеркало из https://github.com/mozilla/pjs.git
Fix for bug 243998 (Visiting the networkassociates, noggin, upromise crashes Mozilla & Firefox). r/sr=bz, a=tor.
This commit is contained in:
Родитель
8a9fff1b1a
Коммит
cb97041d39
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче