Index: Source/core/css/StylePropertySerializer.cpp |
diff --git a/Source/core/css/StylePropertySerializer.cpp b/Source/core/css/StylePropertySerializer.cpp |
index 489527ff68ed9749d3c74d15df57866d0680d099..3b6e94a02945f839fb2b6ff8d9171411c32dfe18 100644 |
--- a/Source/core/css/StylePropertySerializer.cpp |
+++ b/Source/core/css/StylePropertySerializer.cpp |
@@ -313,6 +313,7 @@ String StylePropertySerializer::getPropertyValue(CSSPropertyID propertyID) const |
return getShorthandValue(webkitTextEmphasisShorthand()); |
case CSSPropertyWebkitTextStroke: |
return getShorthandValue(webkitTextStrokeShorthand()); |
+ case CSSPropertyTransformOrigin: |
case CSSPropertyWebkitTransformOrigin: |
return getShorthandValue(webkitTransformOriginShorthand()); |
case CSSPropertyWebkitTransition: |