From 354ae7ebffa59c8e234221046b3b5628b1de2b69 Mon Sep 17 00:00:00 2001 From: trav90 Date: Wed, 4 Apr 2018 16:19:55 -0500 Subject: [PATCH] Fix Twemoji GTK build bustage Followup to b4e843a. --- gfx/thebes/gfxPlatformGtk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/thebes/gfxPlatformGtk.cpp b/gfx/thebes/gfxPlatformGtk.cpp index 91f94adb8c..1fb3bc4fd8 100644 --- a/gfx/thebes/gfxPlatformGtk.cpp +++ b/gfx/thebes/gfxPlatformGtk.cpp @@ -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);