| Index: Source/platform/fonts/mac/FontComplexTextMac.cpp
|
| diff --git a/Source/platform/fonts/mac/FontComplexTextMac.cpp b/Source/platform/fonts/mac/FontComplexTextMac.cpp
|
| index 5d85dc0a8a4441837fd414650572d245f01d9de8..73eb52c1e6ab831e4d90a38540d14dad138786c2 100644
|
| --- a/Source/platform/fonts/mac/FontComplexTextMac.cpp
|
| +++ b/Source/platform/fonts/mac/FontComplexTextMac.cpp
|
| @@ -85,7 +85,7 @@ float Font::getGlyphsAndAdvancesForComplexText(const TextRunPaintInfo& runInfo,
|
|
|
| if (runInfo.run.rtl()) {
|
| initialAdvance = controller.totalWidth() + controller.finalRoundingWidth() - afterWidth;
|
| - glyphBuffer.reverse(0, glyphBuffer.size());
|
| + glyphBuffer.reverse();
|
| } else
|
| initialAdvance = beforeWidth;
|
|
|
|
|