| Index: Source/core/svg/SVGAnimationElement.cpp
 | 
| diff --git a/Source/core/svg/SVGAnimationElement.cpp b/Source/core/svg/SVGAnimationElement.cpp
 | 
| index f31869e6a2cd5b9fda9479b15e8fafff952a3437..a29fd6ba3f80b3426fa7c92e9f3282893b135335 100644
 | 
| --- a/Source/core/svg/SVGAnimationElement.cpp
 | 
| +++ b/Source/core/svg/SVGAnimationElement.cpp
 | 
| @@ -368,6 +368,9 @@ bool SVGAnimationElement::isTargetAttributeCSSProperty(SVGElement* targetElement
 | 
|  {
 | 
|      ASSERT(targetElement);
 | 
|  
 | 
| +    if (!targetElement->isPresentationAttribute(attributeName))
 | 
| +        return false;
 | 
| +
 | 
|      return SVGElement::isAnimatableCSSProperty(attributeName);
 | 
|  }
 | 
|  
 | 
| 
 |