| Index: third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
|
| index 29ddc126db6436fd9c292ca5e204c41391a62865..b946a2658d9aab98152aadd16372e7454c917f75 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
|
| @@ -107,8 +107,6 @@ static void normalizeCharacters(const TextRun& run, unsigned length, UChar* dest
|
| character = spaceCharacter;
|
| else if (Character::treatAsZeroWidthSpaceInComplexScript(character))
|
| character = zeroWidthSpaceCharacter;
|
| - else if (Character::isModifier(character))
|
| - character = zeroWidthSpaceCharacter;
|
|
|
| U16_APPEND(destination, *destinationLength, length, character, error);
|
| ASSERT_UNUSED(error, !error);
|
|
|