bug 354522 - Moves rv outside the if so nsIAuthPrompt2 works properly. r=biesi,sr=dmose

This commit is contained in:
mattwillis%gmail.com 2006-09-27 19:41:01 +00:00
Родитель f654dfda15
Коммит c3fe8709a1
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -985,9 +985,9 @@ nsWindowWatcher::GetPrompt(nsIDOMWindow *aParent, const nsIID& aIID,
if (!*_retval)
rv = NS_ERROR_NOT_AVAILABLE;
}
return rv;
}
return rv;
}
return NS_NOINTERFACE;