| Index: Source/core/svg/SVGElement.h
|
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
|
| index d9939fdbc6e0b1d5f54ede3f26399c013a9841f1..a01c3785fdc386ae401e5295acc8d5f726c1ff5b 100644
|
| --- a/Source/core/svg/SVGElement.h
|
| +++ b/Source/core/svg/SVGElement.h
|
| @@ -110,8 +110,8 @@ public:
|
| bool isAnimatableAttribute(const QualifiedName&) const;
|
| #endif
|
|
|
| - StylePropertySet* animatedSMILStyleProperties() const;
|
| - StylePropertySet* ensureAnimatedSMILStyleProperties();
|
| + MutableStylePropertySet* animatedSMILStyleProperties() const;
|
| + MutableStylePropertySet* ensureAnimatedSMILStyleProperties();
|
| void setUseOverrideComputedStyle(bool);
|
|
|
| virtual bool haveLoadedRequiredResources();
|
|
|