Index: Source/core/css/StylePropertySerializer.cpp |
diff --git a/Source/core/css/StylePropertySerializer.cpp b/Source/core/css/StylePropertySerializer.cpp |
index 1915957ccd92f946b73c4afb53ad6e3064f545ed..b1f3da813d8e6593c738a256573804c7fabdcd0e 100644 |
--- a/Source/core/css/StylePropertySerializer.cpp |
+++ b/Source/core/css/StylePropertySerializer.cpp |
@@ -203,11 +203,6 @@ String StylePropertySerializer::asText() const |
case CSSPropertyWebkitMaskOrigin: |
shorthandPropertyID = CSSPropertyWebkitMask; |
break; |
- case CSSPropertyWebkitTransformOriginX: |
- case CSSPropertyWebkitTransformOriginY: |
- case CSSPropertyWebkitTransformOriginZ: |
- shorthandPropertyID = CSSPropertyWebkitTransformOrigin; |
- break; |
case CSSPropertyWebkitTransitionProperty: |
case CSSPropertyWebkitTransitionDuration: |
case CSSPropertyWebkitTransitionTimingFunction: |
@@ -318,9 +313,6 @@ String StylePropertySerializer::getPropertyValue(CSSPropertyID propertyID) const |
return getShorthandValue(webkitTextEmphasisShorthand()); |
case CSSPropertyWebkitTextStroke: |
return getShorthandValue(webkitTextStrokeShorthand()); |
- case CSSPropertyTransformOrigin: |
- case CSSPropertyWebkitTransformOrigin: |
- return getShorthandValue(webkitTransformOriginShorthand()); |
case CSSPropertyWebkitTransition: |
return getLayeredShorthandValue(webkitTransitionShorthand(), true); |
case CSSPropertyWebkitAnimation: |