fixing bustage... the patch had bitrotted
git-svn-id: svn://10.0.0.236/trunk@128621 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c1c8357465
commit
1cb5a15776
@ -161,7 +161,7 @@ nsAboutProtocolHandler::NewChannel(nsIURI* uri, nsIChannel* *result)
|
||||
contractID.Append(Substring(begin, end));
|
||||
|
||||
// convert to lowercase, as all about: modules are lowercase
|
||||
contractID.ToLowerCase();
|
||||
ToLowerCase(contractID);
|
||||
|
||||
nsCOMPtr<nsIAboutModule> aboutMod(do_GetService(contractID.get(), &rv));
|
||||
if (NS_SUCCEEDED(rv)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user