| Index: third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp b/third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp
|
| index 5823a3b6020103eb4bd98547a766af03bb33769a..c16a80c5c324694c57442df6533065216f689964 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp
|
| @@ -369,7 +369,7 @@ void FontBuilder::createFont(PassRefPtrWillBeRawPtr<FontSelector> fontSelector,
|
| if (isSet(PropertySetFlag::TextRendering))
|
| description.setTextRendering(m_fontDescription.textRendering());
|
| if (isSet(PropertySetFlag::Kerning))
|
| - description.setKerning(m_fontDescription.kerning());
|
| + description.setKerning(m_fontDescription.getKerning());
|
| if (isSet(PropertySetFlag::FontSmoothing))
|
| description.setFontSmoothing(m_fontDescription.fontSmoothing());
|
| if (isSet(PropertySetFlag::TextOrientation) || isSet(PropertySetFlag::WritingMode))
|
|
|