| Index: Source/core/css/CSSProperties.in
|
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
|
| index 4dd1d431020f0a962cd5dbdbe6bf64154b5cb515..e0a9457dcc67612bd8b863603a2d88a648f375cf 100644
|
| --- a/Source/core/css/CSSProperties.in
|
| +++ b/Source/core/css/CSSProperties.in
|
| @@ -68,7 +68,7 @@ font-stretch font, type_name=FontStretch, name_for_methods=Stretch
|
| font-style font, type_name=FontStyle, name_for_methods=Style
|
| font-variant font, type_name=FontVariant, name_for_methods=Variant
|
| font-variant-ligatures font, name_for_methods=VariantLigatures, converter=convertFontVariantLigatures
|
| -font-weight custom_all
|
| +font-weight font, type_name=FontWeight, name_for_methods=Weight, converter=convertFontWeight
|
| grid-auto-flow custom_value
|
| grid-auto-columns converter=convertGridTrackSize
|
| grid-auto-rows converter=convertGridTrackSize
|
|
|