| 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 02014ab9a5fbaa0c58956944d22e941f376d2a6d..e4bc94bd46c65072c95c9bb1b60659ab83d42702 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp
|
| @@ -320,7 +320,7 @@ void FontBuilder::UpdateAdjustedSize(FontDescription& font_description,
|
| // We need to create a temporal Font to get xHeight of a primary font.
|
| // The aspect value is based on the xHeight of the font for the computed font
|
| // size, so we need to reset the adjustedSize to computedSize. See
|
| - // FontDescription::effectiveFontSize.
|
| + // FontDescription::EffectiveFontSize.
|
| font_description.SetAdjustedSize(font_description.ComputedSize());
|
|
|
| Font font(font_description);
|
|
|