| 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 71e9cd534e283a0c50cfaab1f22011b820d36206..16df7dde73ec0a42c9097b3dc874d51a90c481d7 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
|
| @@ -108,8 +108,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);
|
|
|