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:
cbiesinger%web.de 2002-08-31 13:50:00 +00:00
parent c1c8357465
commit 1cb5a15776

View File

@ -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)) {