| Index: Source/core/rendering/RenderBlockLineLayout.cpp
|
| diff --git a/Source/core/rendering/RenderBlockLineLayout.cpp b/Source/core/rendering/RenderBlockLineLayout.cpp
|
| index 075c6caccf6fc41f673c9863b4519540352cb61a..9049448615c032f1635ec6a4ba8c3bfbfb4a48b2 100644
|
| --- a/Source/core/rendering/RenderBlockLineLayout.cpp
|
| +++ b/Source/core/rendering/RenderBlockLineLayout.cpp
|
| @@ -857,7 +857,7 @@ static inline void setLogicalWidthForTextRun(RootInlineBox* lineBox, BidiRun* ru
|
|
|
| bool kerningIsEnabled = font.typesettingFeatures() & Kerning;
|
|
|
| -#if OS(DARWIN)
|
| +#if OS(MACOSX)
|
| // FIXME: Having any font feature settings enabled can lead to selection gaps on
|
| // Chromium-mac. https://bugs.webkit.org/show_bug.cgi?id=113418
|
| bool canUseSimpleFontCodePath = renderer->canUseSimpleFontCodePath() && !font.fontDescription().featureSettings();
|
|
|