mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1250788 - Unified build fix.
This commit is contained in:
parent
5a7d23444a
commit
5169e78669
@ -21,7 +21,7 @@ StyleContextContainsFont(nsStyleContext* aStyleContext,
|
||||
// if the font is null, simply check to see whether fontlist includes
|
||||
// downloadable fonts
|
||||
if (!aFont) {
|
||||
const FontFamilyList& fontlist =
|
||||
const mozilla::FontFamilyList& fontlist =
|
||||
aStyleContext->StyleFont()->mFont.fontlist;
|
||||
return aUserFontSet->ContainsUserFontSetFonts(fontlist);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user