Index: Source/core/animation/css/CSSAnimatableValueFactory.cpp |
diff --git a/Source/core/animation/css/CSSAnimatableValueFactory.cpp b/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
index b487ead84c7bd38130ad811d6cb58b60d5d74bab..76d5f36e99d6c0ec68791dca9cdccafb59118903 100644 |
--- a/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
+++ b/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
@@ -471,7 +471,7 @@ PassRefPtrWillBeRawPtr<AnimatableValue> CSSAnimatableValueFactory::create(CSSPro |
return createFromDouble(style.shapeImageThreshold()); |
case CSSPropertyWebkitTextStrokeColor: |
return createFromColor(property, style); |
- case CSSPropertyWebkitTransform: |
+ case CSSPropertyTransform: |
return AnimatableTransform::create(style.transform()); |
case CSSPropertyWebkitTransformOriginX: |
return createFromLength(style.transformOriginX(), style); |