Chromium Code Reviews| Index: Source/core/css/CSSProperties.in |
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in |
| index f6eb0ee008ba0d96e1d916d6db47185027c40d0e..f71cf63ff7ac5eeb6ba17ae79cc8e8612e820b57 100644 |
| --- a/Source/core/css/CSSProperties.in |
| +++ b/Source/core/css/CSSProperties.in |
| @@ -239,7 +239,7 @@ column-fill type_name=ColumnFill |
| -webkit-text-fill-color custom_all |
| -webkit-text-security |
| -webkit-text-stroke-color custom_all |
| --webkit-text-underline-position custom_value, condition=CSS3_TEXT |
|
Julien - ping for review
2013/10/31 22:54:07
This was the last property with "condition", we ma
abinader
2013/11/01 12:16:42
Yes :-D I am going to remove that on a separate pa
|
| +text-underline-position custom_value |
| -webkit-transform-origin-x type_name=Length, converter=convertLength |
| -webkit-transform-origin-y type_name=Length, converter=convertLength |
| -webkit-transform-origin-z type_name=float, converter=convertComputedLength<float> |