| Index: Source/platform/fonts/FontDescription.cpp
|
| diff --git a/Source/platform/fonts/FontDescription.cpp b/Source/platform/fonts/FontDescription.cpp
|
| index d3750692040bca873174dde457ad6b70d6ce6274..6fa133e9c1acd0f750139bf32e038be9f62e0b9b 100644
|
| --- a/Source/platform/fonts/FontDescription.cpp
|
| +++ b/Source/platform/fonts/FontDescription.cpp
|
| @@ -191,7 +191,7 @@ void FontDescription::updateTypesettingFeatures() const
|
| {
|
| m_typesettingFeatures = s_defaultTypesettingFeatures;
|
|
|
| - switch (textRenderingMode()) {
|
| + switch (textRendering()) {
|
| case AutoTextRendering:
|
| break;
|
| case OptimizeSpeed:
|
|
|