зеркало из https://github.com/mozilla/pjs.git
Bug 589982 - gfxQtPlatform::CreateFontGroup fails to build with --disable-pango; r=romaxa
This commit is contained in:
Родитель
3be600d422
Коммит
95e5df825d
|
@ -437,7 +437,7 @@ gfxQtPlatform::CreateFontGroup(const nsAString &aFamilies,
|
|||
#ifdef MOZ_PANGO
|
||||
return new gfxPangoFontGroup(aFamilies, aStyle, aUserFontSet);
|
||||
#else
|
||||
return new gfxFT2FontGroup(aFamilies, aStyle);
|
||||
return new gfxFT2FontGroup(aFamilies, aStyle, aUserFontSet);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче