Index: Source/core/animation/css/CSSAnimatableValueFactory.cpp |
diff --git a/Source/core/animation/css/CSSAnimatableValueFactory.cpp b/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
index 6a21b0b46ac30d3bfa694f26271eb23d67d6ca46..b487ead84c7bd38130ad811d6cb58b60d5d74bab 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); |