| Index: Source/core/svg/SVGAnimateElement.cpp
|
| ===================================================================
|
| --- Source/core/svg/SVGAnimateElement.cpp (revision 168042)
|
| +++ Source/core/svg/SVGAnimateElement.cpp (working copy)
|
| @@ -301,6 +301,7 @@
|
| static inline void notifyTargetAboutAnimValChange(SVGElement* targetElement, const QualifiedName& attributeName)
|
| {
|
| ASSERT_WITH_SECURITY_IMPLICATION(!targetElement->m_deletionHasBegun);
|
| + targetElement->invalidateSVGAttributes();
|
| targetElement->svgAttributeChanged(attributeName);
|
| }
|
|
|
|
|