Index: Source/core/animation/css/CSSAnimations.cpp |
diff --git a/Source/core/animation/css/CSSAnimations.cpp b/Source/core/animation/css/CSSAnimations.cpp |
index 88aad824671c0dc3fab900f093cb219bbe064a77..b6cc779f7bbb1f1543a3a859fcd49d86ba18ef3f 100644 |
--- a/Source/core/animation/css/CSSAnimations.cpp |
+++ b/Source/core/animation/css/CSSAnimations.cpp |
@@ -75,6 +75,7 @@ CSSPropertyID propertyForAnimation(CSSPropertyID property) |
case CSSPropertyWebkitTransformOriginX: |
case CSSPropertyWebkitTransformOriginY: |
case CSSPropertyWebkitTransformOriginZ: |
+ case CSSPropertyWebkitTransformOrigin: |
return CSSPropertyTransformOrigin; |
default: |
break; |