| Index: Source/core/css/CSSProperties.in
|
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
|
| index 3f9c61e8957f37ad9bc46eff0531d5136c3a8495..85b8e8d04b2568cce20f8beeaae2eb482820f429 100644
|
| --- a/Source/core/css/CSSProperties.in
|
| +++ b/Source/core/css/CSSProperties.in
|
| @@ -85,7 +85,7 @@ direction inherited, custom_value
|
| // FIXME: This is a mess due to crbug.com/353932. Shorthands shouldn't have
|
| // any StyleBuilder handling!
|
| font custom_all, longhands=font-family;font-size;font-style;font-variant;font-weight;font-stretch;line-height
|
| -font-family inherited, custom_all
|
| +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-stretch inherited, font, type_name=FontStretch, name_for_methods=Stretch
|
|
|