| Index: third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
|
| index 6097cfc834b529a62c08b9e1d87197d84c4d0bdd..7a7711ac26e04c14342e835c80ad6f792e93d789 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
|
| @@ -147,11 +147,9 @@ namespace blink {
|
| }
|
| {% endmacro %}
|
| {{apply_auto('CSSPropertyClip')}}
|
| -{{apply_auto('CSSPropertyOrphans')}}
|
| {{apply_auto('CSSPropertyColumnCount')}}
|
| {{apply_auto('CSSPropertyColumnGap', auto_getter='hasNormalColumnGap', auto_setter='setHasNormalColumnGap', auto_identity='CSSValueNormal')}}
|
| {{apply_auto('CSSPropertyColumnWidth')}}
|
| -{{apply_auto('CSSPropertyWidows')}}
|
| {{apply_auto('CSSPropertyZIndex')}}
|
|
|
| static bool lengthMatchesAllSides(const LengthBox& lengthBox, const Length& length)
|
|
|