| Index: Source/core/css/resolver/StyleResolver.cpp
|
| diff --git a/Source/core/css/resolver/StyleResolver.cpp b/Source/core/css/resolver/StyleResolver.cpp
|
| index 0b7fed403e24beea4efa5379bc0cbf167b76ec87..7be3d4b3914d75ab7b0a5ef89ad597bd1c987ed5 100644
|
| --- a/Source/core/css/resolver/StyleResolver.cpp
|
| +++ b/Source/core/css/resolver/StyleResolver.cpp
|
| @@ -1183,7 +1183,6 @@ static inline bool isValidFirstLetterStyleProperty(CSSPropertyID id)
|
| // http://www.w3.org/TR/css3-background/#placement
|
| case CSSPropertyBoxShadow:
|
| // Properties that we currently support outside of spec.
|
| - case CSSPropertyWebkitLineBoxContain:
|
| case CSSPropertyVisibility:
|
| return true;
|
|
|
|
|