fix some more stuff for bug 100214, sr=scc, r=jag
get rid of ToUpper() call, since it just calls into mCaseConversion anyway git-svn-id: svn://10.0.0.236/trunk@106309 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -164,7 +164,6 @@ nsresult nsCollation::NormalizeString(const nsAString& stringIn, nsAString& stri
|
||||
{
|
||||
if (!mCaseConversion) {
|
||||
stringOut = stringIn;
|
||||
ToLowerCase(stringOut); // XXXjag Can this ever happen in a normal situation?
|
||||
}
|
||||
else {
|
||||
PRInt32 aLength = stringIn.Length();
|
||||
|
||||
Reference in New Issue
Block a user