| Index: Source/core/svg/SVGElementRareData.h
|
| diff --git a/Source/core/svg/SVGElementRareData.h b/Source/core/svg/SVGElementRareData.h
|
| index 2cc0795f47cb76a39f5648b13d5c1416bc3c7778..8adec52f64c4ad3aa48c1d2e2d89470543da593f 100644
|
| --- a/Source/core/svg/SVGElementRareData.h
|
| +++ b/Source/core/svg/SVGElementRareData.h
|
| @@ -79,7 +79,7 @@ public:
|
| StylePropertySet* ensureAnimatedSMILStyleProperties()
|
| {
|
| if (!m_animatedSMILStyleProperties)
|
| - m_animatedSMILStyleProperties = StylePropertySet::create(SVGAttributeMode);
|
| + m_animatedSMILStyleProperties = MutableStylePropertySet::create(SVGAttributeMode);
|
| return m_animatedSMILStyleProperties.get();
|
| }
|
|
|
|
|