| Index: third_party/WebKit/Source/core/css/CSSProperties.in
|
| diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in
|
| index 0c04f864556b83278a028a8aeb6037daeb8d6b47..b7a40652ca4a0a4a1c91d0e8448c24a3b35657e5 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.in
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.in
|
| @@ -368,7 +368,7 @@ stroke-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage
|
| stroke-width interpolable, inherited, svg, converter=convertUnzoomedLength
|
| table-layout
|
| tab-size inherited, converter=convertLengthOrTabSpaces, type_name=TabSize
|
| -text-align inherited, custom_value, keyword_only, keywords=[left|right|center|justify|webkitLeft|webkitRight|webkitCenter|start|end], initial_keyword=start
|
| +text-align inherited, custom_value, keyword_only, keywords=[left|right|center|justify|-webkit-left|-webkit-right|-webkit-center|start|end], initial_keyword=start
|
| text-align-last inherited, type_name=TextAlignLast
|
| text-anchor inherited, svg
|
| text-combine-upright inherited, type_name=TextCombine, name_for_methods=TextCombine
|
|
|