| Index: third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp b/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp
|
| index d719ab40122555d78d3db967f5747264ead4373c..17bd26ffbe28833c46c3828103e990e629b075ef 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp
|
| @@ -440,7 +440,7 @@ static inline void setLogicalWidthForTextRun(RootInlineBox* lineBox, BidiRun* ru
|
| float measuredWidth = 0;
|
| FloatRect glyphBounds;
|
|
|
| - bool kerningIsEnabled = font.fontDescription().typesettingFeatures() & Kerning;
|
| + bool kerningIsEnabled = font.fontDescription().getTypesettingFeatures() & Kerning;
|
|
|
| #if OS(MACOSX)
|
| // FIXME: Having any font feature settings enabled can lead to selection gaps on
|
|
|