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..6b3de049e24c1ef0a5816059c3c7a0ac7308b3d3 100644 |
--- a/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
+++ b/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
@@ -457,7 +457,7 @@ PassRefPtrWillBeRawPtr<AnimatableValue> CSSAnimatableValueFactory::create(CSSPro |
return createFromFillLayers<CSSPropertyWebkitMaskPositionY>(style.maskLayers(), style); |
case CSSPropertyWebkitMaskSize: |
return createFromFillLayers<CSSPropertyWebkitMaskSize>(style.maskLayers(), style); |
- case CSSPropertyWebkitPerspective: |
+ case CSSPropertyPerspective: |
return createFromDouble(style.perspective()); |
case CSSPropertyWebkitPerspectiveOriginX: |
return createFromLength(style.perspectiveOriginX(), style); |