Fix Twemoji GTK build bustage

Followup to b4e843a.
This commit is contained in:
trav90 2018-04-04 16:19:55 -05:00 committed by Roy Tam
commit 354ae7ebff

View file

@ -242,7 +242,7 @@ gfxPlatformGtk::GetCommonFallbackFonts(uint32_t aCh, uint32_t aNextCh,
{
if (aNextCh == 0xfe0fu) {
// if char is followed by VS16, try for a color emoji glyph
aFontList.AppendElement(kFontEmojiOneMozilla);
aFontList.AppendElement(kFontTwemojiMozilla);
}
aFontList.AppendElement(kFontDejaVuSerif);