| Index: third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.cpp b/third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.cpp
|
| index 3293d591447d065bae3820b41d49b1ff25757cce..502fb53f1927cf92d90615d408c9ae2fd2747375 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.cpp
|
| @@ -41,7 +41,7 @@ bool SVGAnimateTransformElement::hasValidAttributeType()
|
| if (!targetElement)
|
| return false;
|
|
|
| - if (attributeType() == AttributeTypeCSS)
|
| + if (getAttributeType() == AttributeTypeCSS)
|
| return false;
|
|
|
| return animatedPropertyType() == AnimatedTransformList;
|
|
|