| Index: Source/core/svg/SVGElementRareData.h
|
| diff --git a/Source/core/svg/SVGElementRareData.h b/Source/core/svg/SVGElementRareData.h
|
| index 64aac89a140e907c43b3235ecaff60d5ed086bc1..475c4f426043c10690dc6876aa72ddad13498e28 100644
|
| --- a/Source/core/svg/SVGElementRareData.h
|
| +++ b/Source/core/svg/SVGElementRareData.h
|
| @@ -72,7 +72,7 @@ public:
|
| MutableStylePropertySet* animatedSMILStyleProperties() const { return m_animatedSMILStyleProperties.get(); }
|
| MutableStylePropertySet* ensureAnimatedSMILStyleProperties();
|
|
|
| - LayoutStyle* overrideComputedStyle(Element*, LayoutStyle*);
|
| + LayoutStyle* overrideComputedStyle(Element*, const LayoutStyle*);
|
|
|
| bool useOverrideComputedStyle() const { return m_useOverrideComputedStyle; }
|
| void setUseOverrideComputedStyle(bool value) { m_useOverrideComputedStyle = value; }
|
|
|