| Index: third_party/WebKit/Source/platform/text/CharacterEmoji.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/CharacterEmoji.cpp b/third_party/WebKit/Source/platform/text/CharacterEmoji.cpp
|
| index 3310ac8b6c58be347f96e92899cb52e5e47b8d1a..21bcdf33993504609eb87a3df7bcc0af25651114 100644
|
| --- a/third_party/WebKit/Source/platform/text/CharacterEmoji.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/CharacterEmoji.cpp
|
| @@ -233,7 +233,7 @@ bool Character::isEmojiEmojiDefault(UChar32 ch) {
|
| bool Character::isEmojiModifierBase(UChar32 ch) {
|
| return u_hasBinaryProperty(ch, UCHAR_EMOJI_MODIFIER_BASE);
|
| }
|
| -#endif // defined(USING_SYSTEM_ICU) && (U_ICU_VERSION_MAJOR_NUM <= 56)
|
| +#endif // defined(USING_SYSTEM_ICU) && (U_ICU_VERSION_MAJOR_NUM <= 57)
|
|
|
| bool Character::isEmojiKeycapBase(UChar32 ch) {
|
| return (ch >= '0' && ch <= '9') || ch == '#' || ch == '*';
|
|
|