bustage fix

git-svn-id: svn://10.0.0.236/trunk@226510 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com 2007-05-16 10:23:00 +00:00
parent 8de0219d95
commit fe929919cd

View File

@ -858,7 +858,7 @@ nsIEProfileMigrator::MigrateSiteAuthSignons(IPStore* aPStore)
// If not, are they in UTF-8 or the default codepage? (ref. bug 41489)
nsresult rv;
ncCOMPtr<nsILoginInfo> aLogin (do_CreateInstance(NS_LOGININFO_CONTRACTID, &rv));
nsCOMPtr<nsILoginInfo> aLogin (do_CreateInstance(NS_LOGININFO_CONTRACTID, &rv));
NS_ENSURE_SUCCESS(rv, rv);
// TODO: Need to pass in nulls here, but XPCOM whines. Might be able