Bug 1250788 - Unified build fix.

This commit is contained in:
Cameron McCormack 2016-02-26 12:51:02 +11:00
parent 5a7d23444a
commit 5169e78669

View File

@ -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);
}