diff options
author | trav90 <travawine@protonmail.ch> | 2018-04-04 16:19:55 -0500 |
---|---|---|
committer | trav90 <travawine@protonmail.ch> | 2018-04-04 16:19:55 -0500 |
commit | b2aba844eea5d7a345504af68c8fe7bc9e27c103 (patch) | |
tree | 7ece4ff58c718707bbeed080d4a233c97e39bddd | |
parent | 940f4a53a5c4631aee021920019b0113239ddf14 (diff) | |
download | UXP-b2aba844eea5d7a345504af68c8fe7bc9e27c103.tar UXP-b2aba844eea5d7a345504af68c8fe7bc9e27c103.tar.gz UXP-b2aba844eea5d7a345504af68c8fe7bc9e27c103.tar.lz UXP-b2aba844eea5d7a345504af68c8fe7bc9e27c103.tar.xz UXP-b2aba844eea5d7a345504af68c8fe7bc9e27c103.zip |
Fix Twemoji GTK build bustage
Followup to b4e843a.
-rw-r--r-- | gfx/thebes/gfxPlatformGtk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/thebes/gfxPlatformGtk.cpp b/gfx/thebes/gfxPlatformGtk.cpp index 91f94adb8..1fb3bc4fd 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); |