Index: Source/core/css/parser/CSSPropertyParser.cpp |
diff --git a/Source/core/css/parser/CSSPropertyParser.cpp b/Source/core/css/parser/CSSPropertyParser.cpp |
index 53e2509071de48e7f1a7052c0f1a9e106bf7618a..3a286106ef96ce4950afe9c5837412515d7ccf9a 100644 |
--- a/Source/core/css/parser/CSSPropertyParser.cpp |
+++ b/Source/core/css/parser/CSSPropertyParser.cpp |
@@ -1583,6 +1583,7 @@ bool CSSPropertyParser::parseValue(CSSPropertyID propId, bool important) |
case CSSPropertyWebkitTextCombine: |
case CSSPropertyWebkitTextEmphasisPosition: |
case CSSPropertyWebkitTextSecurity: |
+ case CSSPropertyTransformStyle: |
case CSSPropertyWebkitTransformStyle: |
case CSSPropertyWebkitUserDrag: |
case CSSPropertyWebkitUserModify: |
@@ -1613,7 +1614,6 @@ bool CSSPropertyParser::parseValue(CSSPropertyID propId, bool important) |
case CSSPropertyPerspectiveOrigin: |
case CSSPropertyTransform: |
case CSSPropertyTransformOrigin: |
- case CSSPropertyTransformStyle: |
return false; |
default: |
return parseSVGValue(propId, important); |