| Index: Source/core/svg/SVGAnimateElement.cpp
|
| diff --git a/Source/core/svg/SVGAnimateElement.cpp b/Source/core/svg/SVGAnimateElement.cpp
|
| index b212469290969935d741c70e575db201fdc642c4..c3d2bf18c0d726f87416685f6dd771ef296319a0 100644
|
| --- a/Source/core/svg/SVGAnimateElement.cpp
|
| +++ b/Source/core/svg/SVGAnimateElement.cpp
|
| @@ -239,7 +239,7 @@ static inline void applyCSSPropertyToTarget(SVGElement* targetElement, CSSProper
|
| {
|
| ASSERT(!targetElement->m_deletionHasBegun);
|
|
|
| - StylePropertySet* propertySet = targetElement->ensureAnimatedSMILStyleProperties();
|
| + MutableStylePropertySet* propertySet = targetElement->ensureAnimatedSMILStyleProperties();
|
| if (!propertySet->setProperty(id, value, false, 0))
|
| return;
|
|
|
|
|