| Index: Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.cpp
|
| diff --git a/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.cpp b/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.cpp
|
| index 259479273e4f698b6e80da38f1b03b39b2548928..a2ff2bb61a88705f09eeb2fcdaa0526610573e2e 100644
|
| --- a/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.cpp
|
| +++ b/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.cpp
|
| @@ -367,10 +367,6 @@ HarfBuzzShaper::HarfBuzzShaper(const Font* font, const TextRun& run)
|
| setFontFeatures();
|
| }
|
|
|
| -HarfBuzzShaper::~HarfBuzzShaper()
|
| -{
|
| -}
|
| -
|
| static void normalizeSpacesAndMirrorChars(const UChar* source, unsigned length, UChar* destination, unsigned* destinationLength, HarfBuzzShaper::NormalizeMode normalizeMode)
|
| {
|
| int position = 0;
|
|
|