Bug 421135. Fix typo in setting of mLastPrefFirstFont. r+sr=vlad

This commit is contained in:
jdaggett@mozilla.com 2008-03-05 17:47:33 -08:00
parent 262a9caf19
commit 48755a2e3d

View File

@ -747,7 +747,7 @@ gfxAtsuiFontGroup::WhichPrefFontSupportsChar(PRUint32 aCh)
mLastPrefFamily = family;
mLastPrefFont = prefFont;
mLastPrefLang = charLang;
mLastPrefFirstFont == (i == 0);
mLastPrefFirstFont = (i == 0);
return prefFont.forget();
}