summaryrefslogtreecommitdiffstats
path: root/gfx
diff options
context:
space:
mode:
authortrav90 <travawine@protonmail.ch>2018-04-04 16:19:55 -0500
committertrav90 <travawine@protonmail.ch>2018-04-04 16:19:55 -0500
commitb2aba844eea5d7a345504af68c8fe7bc9e27c103 (patch)
tree7ece4ff58c718707bbeed080d4a233c97e39bddd /gfx
parent940f4a53a5c4631aee021920019b0113239ddf14 (diff)
downloadUXP-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.
Diffstat (limited to 'gfx')
-rw-r--r--gfx/thebes/gfxPlatformGtk.cpp2
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);