summaryrefslogtreecommitdiffstats
path: root/gfx/thebes/gfxPlatformGtk.cpp
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-04-05 07:51:33 +0200
committerGitHub <noreply@github.com>2018-04-05 07:51:33 +0200
commitc352cb6a50d48b3468ab3313c5c57373c68c6a68 (patch)
tree7ece4ff58c718707bbeed080d4a233c97e39bddd /gfx/thebes/gfxPlatformGtk.cpp
parent2b97ab29b833b258eff3b3aee8133ae8b062b52c (diff)
parentb2aba844eea5d7a345504af68c8fe7bc9e27c103 (diff)
downloadUXP-c352cb6a50d48b3468ab3313c5c57373c68c6a68.tar
UXP-c352cb6a50d48b3468ab3313c5c57373c68c6a68.tar.gz
UXP-c352cb6a50d48b3468ab3313c5c57373c68c6a68.tar.lz
UXP-c352cb6a50d48b3468ab3313c5c57373c68c6a68.tar.xz
UXP-c352cb6a50d48b3468ab3313c5c57373c68c6a68.zip
Merge pull request #90 from trav90/fix-build-bustage
Fix Linux build bustage
Diffstat (limited to 'gfx/thebes/gfxPlatformGtk.cpp')
-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);