Bug 499621. Follow-up fixup to synthetic bolding on Windows. r=jkew.

This commit is contained in:
John Daggett 2009-08-26 01:59:20 +09:00
Родитель 0b89df3940
Коммит b69a42bd20
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2423,7 +2423,7 @@ gfxWindowsFontGroup::WhichFontSupportsChar(const nsTArray<nsRefPtr<FontEntry> >&
continue;
if (fe->HasCharacter(ch)) {
nsRefPtr<gfxWindowsFont> font =
gfxWindowsFont::GetOrMakeFont(fe, &mStyle, mFontNeedsBold[i]);
gfxWindowsFont::GetOrMakeFont(fe, &mStyle);
// Check that the font is still usable.
if (!font->IsValid())
continue;