| Index: Source/core/css/CSSProperties.in
|
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
|
| index d877523c3c6048f670679fb161317981bf175b57..fb0b68d79117eee86f22d198a1b86e482034f21a 100644
|
| --- a/Source/core/css/CSSProperties.in
|
| +++ b/Source/core/css/CSSProperties.in
|
| @@ -85,7 +85,7 @@ direction inherited, custom_value
|
| font-family inherited, font, type_name=FontDescription::FamilyDescription, name_for_methods=FamilyDescription, converter=convertFontFamily
|
| font-kerning inherited, font, type_name=FontDescription::Kerning, name_for_methods=Kerning
|
| font-size animatable, inherited, font, name_for_methods=Size, converter=convertFontSize
|
| -font-size-adjust runtime_flag=CSSFontSizeAdjust, inherited, font, name_for_methods=SizeAdjust, converter=convertFontSizeAdjust
|
| +font-size-adjust runtime_flag=CSSFontSizeAdjust, animatable, inherited, font, name_for_methods=SizeAdjust, converter=convertFontSizeAdjust
|
| font-stretch inherited, font, type_name=FontStretch, name_for_methods=Stretch
|
| font-style inherited, font, type_name=FontStyle, name_for_methods=Style
|
| font-variant inherited, font, type_name=FontVariant, name_for_methods=Variant
|
|
|