| Index: Source/core/css/resolver/StyleResolver.cpp
|
| diff --git a/Source/core/css/resolver/StyleResolver.cpp b/Source/core/css/resolver/StyleResolver.cpp
|
| index 9c192f2eaceb76e32a6280ccf10d7a2832dac874..ef708e9ee65d214eb57b4a485645f3caa9c1a4d8 100644
|
| --- a/Source/core/css/resolver/StyleResolver.cpp
|
| +++ b/Source/core/css/resolver/StyleResolver.cpp
|
| @@ -1181,7 +1181,6 @@ static inline bool isValidFirstLetterStyleProperty(CSSPropertyID id)
|
| // box-shadox added in CSS3 backgrounds spec:
|
| // http://www.w3.org/TR/css3-background/#placement
|
| case CSSPropertyBoxShadow:
|
| - case CSSPropertyWebkitBoxShadow:
|
| // Properties that we currently support outside of spec.
|
| case CSSPropertyWebkitLineBoxContain:
|
| case CSSPropertyVisibility:
|
|
|