| Index: Source/core/css/CSSProperties.in
|
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
|
| index 29188c7c3709fd9c2f7fa96dcb3c372311292ba4..ff8df029f6ba6c3ee64ddaab4db2a4dac85b4117 100644
|
| --- a/Source/core/css/CSSProperties.in
|
| +++ b/Source/core/css/CSSProperties.in
|
| @@ -176,7 +176,7 @@ flood-opacity animatable, svg, converter=convertNumberOrPercentage
|
| glyph-orientation-horizontal inherited, svg, converter=convertGlyphOrientation
|
| glyph-orientation-vertical inherited, svg, custom_value
|
| grid-auto-columns runtime_flag=CSSGridLayout, converter=convertGridTrackSize
|
| -grid-auto-flow runtime_flag=CSSGridLayout, custom_value
|
| +grid-auto-flow runtime_flag=CSSGridLayout, converter=convertGridAutoFlow
|
| grid-auto-rows runtime_flag=CSSGridLayout, converter=convertGridTrackSize
|
| grid-column-end runtime_flag=CSSGridLayout, converter=convertGridPosition
|
| grid-column-start runtime_flag=CSSGridLayout, converter=convertGridPosition
|
|
|