| Index: Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| diff --git a/Source/core/animation/css/CSSAnimatableValueFactory.cpp b/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| index 8d99db51a1f0c7c30936edefb4eaa86d5723f113..6a21b0b46ac30d3bfa694f26271eb23d67d6ca46 100644
|
| --- a/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| +++ b/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| @@ -463,8 +463,6 @@ PassRefPtrWillBeRawPtr<AnimatableValue> CSSAnimatableValueFactory::create(CSSPro
|
| return createFromLength(style.perspectiveOriginX(), style);
|
| case CSSPropertyWebkitPerspectiveOriginY:
|
| return createFromLength(style.perspectiveOriginY(), style);
|
| - case CSSPropertyShapeInside:
|
| - return createFromShapeValue(style.shapeInside());
|
| case CSSPropertyShapeOutside:
|
| return createFromShapeValue(style.shapeOutside());
|
| case CSSPropertyShapeMargin:
|
|
|