bustage fix

This commit is contained in:
bryner%brianryner.com 2004-06-09 00:39:22 +00:00
parent c81ff92d19
commit 8cbca006fb

View File

@ -113,7 +113,7 @@ nsLanguageAtomService::LookupLanguage(const nsAString &aLanguage,
nsCOMPtr<nsIAtom> langGroup = do_GetAtom(langGroupStr);
// The hashtable will keep an owning reference to the atom
mLangs.Put(lowered, lang);
mLangs.Put(lowered, langGroup);
lang = langGroup;
}