зеркало из https://github.com/mozilla/pjs.git
Bug 289477 crash [@ DocumentViewerImpl::GetPopupImageNode] when popupnode is null
r=biesi sr=bz a=shaver
This commit is contained in:
Родитель
924d121948
Коммит
cfee1a446d
|
@ -3060,7 +3060,9 @@ DocumentViewerImpl::GetPopupImageNode(nsIImageLoadingContent** aNode)
|
|||
nsresult rv = GetPopupNode(getter_AddRefs(node));
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
CallQueryInterface(node, aNode);
|
||||
if (node)
|
||||
CallQueryInterface(node, aNode);
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче