| Index: Source/core/svg/SVGAnimateTransformElement.cpp
|
| diff --git a/Source/core/svg/SVGAnimateTransformElement.cpp b/Source/core/svg/SVGAnimateTransformElement.cpp
|
| index 107836acde4efedea996ad27a6ed3cfc440d534c..4b440f848d03a09c0652c95141fffe865d016c9e 100644
|
| --- a/Source/core/svg/SVGAnimateTransformElement.cpp
|
| +++ b/Source/core/svg/SVGAnimateTransformElement.cpp
|
| @@ -45,7 +45,7 @@ bool SVGAnimateTransformElement::hasValidAttributeType()
|
| if (attributeType() == AttributeTypeCSS)
|
| return false;
|
|
|
| - return m_animatedPropertyType == AnimatedTransformList;
|
| + return animatedPropertyType() == AnimatedTransformList;
|
| }
|
|
|
| bool SVGAnimateTransformElement::isSupportedAttribute(const QualifiedName& attrName)
|
|
|