Code cleanup. Bug 169536, r=jshin, sr=Neil
git-svn-id: svn://10.0.0.236/trunk@170282 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3236120a9a
commit
76003b4e11
@ -140,8 +140,7 @@ nsresult nsCharsetConverterManager::GetBundleValue(nsIStringBundle * aBundle,
|
||||
|
||||
key.AssignWithConversion(aName);
|
||||
ToLowerCase(key); // we lowercase the main comparison key
|
||||
if (!aProp.IsEmpty()) // yes, this param may be NULL
|
||||
key.Append(aProp);
|
||||
key.Append(aProp);
|
||||
|
||||
return aBundle->GetStringFromName(key.get(), aResult);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user