| Index: Source/core/animation/StringKeyframe.cpp
|
| diff --git a/Source/core/animation/StringKeyframe.cpp b/Source/core/animation/StringKeyframe.cpp
|
| index 9a1da606e4e63f9983a1ecd254eef20cfc14bf65..dbbf5b99652ed1de1485cf8fa0761bcde44e1606 100644
|
| --- a/Source/core/animation/StringKeyframe.cpp
|
| +++ b/Source/core/animation/StringKeyframe.cpp
|
| @@ -333,8 +333,7 @@ PassRefPtrWillBeRawPtr<Interpolation> StringKeyframe::CSSPropertySpecificKeyfram
|
| }
|
|
|
| case CSSPropertyBoxShadow:
|
| - case CSSPropertyTextShadow:
|
| - case CSSPropertyWebkitBoxShadow: {
|
| + case CSSPropertyTextShadow: {
|
| RefPtrWillBeRawPtr<Interpolation> interpolation = ListStyleInterpolation<ShadowStyleInterpolation>::maybeCreateFromList(*fromCSSValue, *toCSSValue, property);
|
| if (interpolation)
|
| return interpolation.release();
|
|
|