| Index: third_party/WebKit/Source/platform/fonts/SymbolsIterator.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/SymbolsIterator.cpp b/third_party/WebKit/Source/platform/fonts/SymbolsIterator.cpp
|
| index 0454a2bea1858e522d0f3fe391d436309547dc22..59d40e797ce054151d3e1c45a1109a2bd29cb33b 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/SymbolsIterator.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/SymbolsIterator.cpp
|
| @@ -109,8 +109,8 @@ bool SymbolsIterator::consume(unsigned* symbolsLimit,
|
| m_currentFontFallbackPriority = FontFallbackPriority::EmojiEmoji;
|
| }
|
|
|
| - // Upgrade text presentation emoji to emoji presentation when followed by ZWJ,
|
| - // Example U+1F441 U+200D U+1F5E8, eye + ZWJ + left speech bubble.
|
| + // Upgrade text presentation emoji to emoji presentation when followed by
|
| + // ZWJ, Example U+1F441 U+200D U+1F5E8, eye + ZWJ + left speech bubble.
|
| if ((m_nextChar == eyeCharacter ||
|
| m_nextChar == wavingWhiteFlagCharacter) &&
|
| peekChar == zeroWidthJoinerCharacter) {
|
|
|