зеркало из https://github.com/mozilla/gecko-dev.git
Fix assertion to assert about the right thing. Bug 265780 comment 35 followup.
This commit is contained in:
Родитель
a059e8163c
Коммит
38f1da6f92
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче