clean up decomtamination changes

This commit is contained in:
pinkerton%netscape.com 2003-10-22 15:59:25 +00:00
Родитель 24243da2a2
Коммит 840e9a6a95
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -782,7 +782,7 @@ KeychainFormSubmitObserver::Notify(nsIContent* node, nsIDOMWindowInternal* windo
return NS_OK;
nsIURI* docURL = doc->GetDocumentURL();
if (NS_FAILED(rv) || !docURL)
if (!docURL)
return NS_OK;
nsCAutoString host;
@ -950,7 +950,7 @@ KeychainFormSubmitObserver::CheckChangeDataYN(nsIDOMWindowInternal* window)
// pre-fill the fields if that's the case.
//
nsIURI* docURL = doc->GetDocumentURL();
if (NS_FAILED(rv) || !docURL)
if (!docURL)
return;
NSMutableString* username = [NSMutableString string];