| Index: Source/core/css/CSSProperties.in
|
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
|
| index 340f0cc9a9f9e064990b5e82d051efce3d75cccc..45b9fb25285f602db88af9bd4a1842fbbc1f36d3 100644
|
| --- a/Source/core/css/CSSProperties.in
|
| +++ b/Source/core/css/CSSProperties.in
|
| @@ -81,6 +81,7 @@ min-height type_name=Length, initial=initialMinSize, converter=convertLengthSizi
|
| min-width type_name=Length, initial=initialMinSize, converter=convertLengthSizing
|
| mix-blend-mode type_name=BlendMode, name_for_methods=BlendMode
|
| object-fit type_name=ObjectFit
|
| +object-position type_name=LengthPoint, initial=initialObjectPosition, converter=convertLengthPoint
|
| opacity type_name=float
|
| order type_name=int
|
| orphans type_name=short, custom_all
|
|
|