| Index: Source/core/css/CSSProperties.in
 | 
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
 | 
| index ca177e5ac42c0caeed7e4c9a5f2862afb197eeeb..be009193071d963cfb0840f2c7162604784d48f0 100644
 | 
| --- a/Source/core/css/CSSProperties.in
 | 
| +++ b/Source/core/css/CSSProperties.in
 | 
| @@ -185,8 +185,6 @@ column-fill type_name=ColumnFill
 | 
|  -webkit-column-rule-width type_name=unsigned short, converter=convertLineWidth<unsigned short>
 | 
|  -webkit-column-span type_name=ColumnSpan
 | 
|  -webkit-column-width type_name=float, custom_all
 | 
| --webkit-flow-from type_name=AtomicString, name_for_methods=RegionThread, converter=convertString<CSSValueNone>
 | 
| --webkit-flow-into type_name=AtomicString, name_for_methods=FlowThread, converter=convertString<CSSValueNone>
 | 
|  -webkit-font-smoothing custom_all
 | 
|  -webkit-font-variant-ligatures custom_all
 | 
|  -webkit-highlight type_name=AtomicString, converter=convertString<CSSValueNone>
 | 
| @@ -223,10 +221,6 @@ column-fill type_name=ColumnFill
 | 
|  -webkit-perspective-origin-x type_name=Length, converter=convertLength
 | 
|  -webkit-perspective-origin-y type_name=Length, converter=convertLength
 | 
|  -webkit-print-color-adjust type_name=PrintColorAdjust
 | 
| --webkit-region-break-after type_name=EPageBreak, initial=initialPageBreak
 | 
| --webkit-region-break-before type_name=EPageBreak, initial=initialPageBreak
 | 
| --webkit-region-break-inside type_name=EPageBreak, initial=initialPageBreak
 | 
| --webkit-region-fragment type_name=RegionFragment
 | 
|  -webkit-rtl-ordering type_name=Order, getter=rtlOrdering, setter=setRTLOrdering, initial=initialRTLOrdering
 | 
|  -webkit-ruby-position type_name=RubyPosition
 | 
|  -webkit-text-combine type_name=TextCombine
 | 
| 
 |