| Index: Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
| diff --git a/Source/core/css/resolver/AnimatedStyleBuilder.cpp b/Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
| index 25298610fef1b514a0fd4356ea68f32fc0849c2a..22dca936475b7ddda445645f8ffeef399dbcd540 100644
|
| --- a/Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
| +++ b/Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
| @@ -562,9 +562,6 @@ void AnimatedStyleBuilder::applyProperty(CSSPropertyID property, StyleResolverSt
|
| case CSSPropertyWebkitPerspectiveOriginY:
|
| style->setPerspectiveOriginY(animatableValueToLength(value, state));
|
| return;
|
| - case CSSPropertyShapeInside:
|
| - style->setShapeInside(toAnimatableShapeValue(value)->shapeValue());
|
| - return;
|
| case CSSPropertyShapeOutside:
|
| style->setShapeOutside(toAnimatableShapeValue(value)->shapeValue());
|
| return;
|
|
|