зеркало из https://github.com/mozilla/pjs.git
Bug 643307 - Crash [@ nsThebesFontMetrics::GetMetrics ]. r=blassey
--HG-- extra : rebase_source : 6d878a2ff10aa1030f71526dacb64d6d92882322
This commit is contained in:
Родитель
d221d6a0c3
Коммит
1f2caa1695
|
@ -2674,7 +2674,7 @@ gfxFontGroup::UpdateFontList()
|
|||
mSkipDrawing = PR_FALSE;
|
||||
|
||||
// bug 548184 - need to clean up FT2, OS/2 platform code to use BuildFontList
|
||||
#if defined(XP_MACOSX) || defined(XP_WIN)
|
||||
#if defined(XP_MACOSX) || (defined(XP_WIN) && !defined(WINCE)) || defined(ANDROID)
|
||||
BuildFontList();
|
||||
#else
|
||||
ForEachFont(FindPlatformFont, this);
|
||||
|
|
Загрузка…
Ссылка в новой задаче