| Index: Source/core/css/CSSProperties.in
|
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
|
| index 08efb2151d7a1091f979046b288494773dbe657f..cb3572c9a12e5df798e78361675e08dcf209ded6 100644
|
| --- a/Source/core/css/CSSProperties.in
|
| +++ b/Source/core/css/CSSProperties.in
|
| @@ -83,7 +83,7 @@ direction inherited, custom_value
|
| font custom_all, longhands=font-family;font-size;font-style;font-variant;font-weight;font-stretch;line-height
|
| font-family inherited, custom_all
|
| font-kerning inherited, font, type_name=FontDescription::Kerning, name_for_methods=Kerning
|
| -font-size animatable, inherited, custom_all
|
| +font-size animatable, inherited, font, name_for_methods=Size, converter=convertFontSize
|
| 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
|
|
|