mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
bustage fix
This commit is contained in:
parent
c81ff92d19
commit
8cbca006fb
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user