| Index: third_party/WebKit/Source/platform/fonts/FontDescription.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontDescription.cpp b/third_party/WebKit/Source/platform/fonts/FontDescription.cpp
|
| index 2008681e0ccd0973e5bae08faa3d38b697a41d62..b5ed816719df3b2cb261a050e9fee94fab159a1e 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontDescription.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontDescription.cpp
|
| @@ -203,7 +203,7 @@ void FontDescription::updateTypesettingFeatures()
|
| break;
|
| }
|
|
|
| - switch (kerning()) {
|
| + switch (getKerning()) {
|
| case FontDescription::NoneKerning:
|
| m_fields.m_typesettingFeatures &= ~blink::Kerning;
|
| break;
|
|
|