| 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 2a1dff23cbbfc06469d8d338d100dd00f82504f2..fbe02bbf4e3d97f6f7adb39eb1073064f1696bdc 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.in
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.in
|
| @@ -259,7 +259,7 @@ letter-spacing interpolable, inherited, initial=initialLetterWordSpacing, conver
|
| lighting-color interpolable, svg, converter=convertColor
|
| line-height interpolable, inherited, getter=specifiedLineHeight, converter=convertLineHeight
|
| list-style-image interpolable, inherited, custom_value, typedom_types=[Image]
|
| -list-style-position inherited
|
| +list-style-position inherited, keyword_only, keywords=[outside|inside]
|
| list-style-type inherited
|
| margin-bottom interpolable, initial=initialMargin, converter=convertQuirkyLength
|
| margin-left interpolable, initial=initialMargin, converter=convertQuirkyLength
|
|
|