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