| Index: Source/core/svg/SVGElement.cpp
|
| diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp
|
| index d0648dccdef1c8a04f4d95ee009536bf63d10b3a..10af212322cccbc9924f8b6820a876b1dce3d0cf 100644
|
| --- a/Source/core/svg/SVGElement.cpp
|
| +++ b/Source/core/svg/SVGElement.cpp
|
| @@ -60,7 +60,7 @@ void mapAttributeToCSSProperty(HashMap<StringImpl*, CSSPropertyID>* propertyName
|
| // FIXME: when CSS supports "transform-origin" the special case for transform_originAttr can be removed.
|
| CSSPropertyID propertyId = cssPropertyID(attrName.localName());
|
| if (!propertyId && attrName == transform_originAttr)
|
| - propertyId = CSSPropertyWebkitTransformOrigin; // cssPropertyID("-webkit-transform-origin")
|
| + propertyId = CSSPropertyTransformOrigin; // cssPropertyID("transform-origin")
|
| ASSERT(propertyId > 0);
|
| propertyNameToIdMap->set(attrName.localName().impl(), propertyId);
|
| }
|
|
|