Fix assertion to assert about the right thing. Bug 265780 comment 35 followup.

This commit is contained in:
bzbarsky%mit.edu 2006-12-01 04:35:18 +00:00
Родитель a059e8163c
Коммит 38f1da6f92
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -103,7 +103,7 @@ NS_GetAuthHostPort(nsIChannel* aChannel, nsIAuthInformation* aAuthInfo,
nsCOMPtr<nsIProxyInfo> info;
proxied->GetProxyInfo(getter_AddRefs(info));
NS_ASSERTION(proxied, "proxy auth needs nsIProxyInfo");
NS_ASSERTION(info, "proxy auth needs nsIProxyInfo");
nsCAutoString idnhost;
info->GetHost(idnhost);