зеркало из https://github.com/mozilla/gecko-dev.git
fixes bug 280731 "nsIProtocolProxyService::NewProxyInfo is broken" r+sr=bzbarsky
This commit is contained in:
Родитель
5979ff01a3
Коммит
55c40d1dc2
|
@ -855,7 +855,7 @@ nsProtocolProxyService::NewProxyInfo(const nsACString &aType,
|
|||
// proxy info instance. we just reference the string literals directly :)
|
||||
const char *type = nsnull;
|
||||
for (PRUint32 i=0; i<NS_ARRAY_LENGTH(types); ++i) {
|
||||
if (aType.LowerCaseEqualsASCII(types[i]) == 0) {
|
||||
if (aType.LowerCaseEqualsASCII(types[i])) {
|
||||
type = types[i];
|
||||
break;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче