| Index: Source/core/svg/SVGElementRareData.cpp
|
| diff --git a/Source/core/svg/SVGElementRareData.cpp b/Source/core/svg/SVGElementRareData.cpp
|
| index 7c03735172fa279ac4b1d6fad416d5df64ee9fcc..2ca6434a3235712e278df705c4fd3ac72190e22c 100644
|
| --- a/Source/core/svg/SVGElementRareData.cpp
|
| +++ b/Source/core/svg/SVGElementRareData.cpp
|
| @@ -20,7 +20,7 @@ MutableStylePropertySet* SVGElementRareData::ensureAnimatedSMILStyleProperties()
|
| return m_animatedSMILStyleProperties.get();
|
| }
|
|
|
| -LayoutStyle* SVGElementRareData::overrideComputedStyle(Element* element, LayoutStyle* parentStyle)
|
| +LayoutStyle* SVGElementRareData::overrideComputedStyle(Element* element, const LayoutStyle* parentStyle)
|
| {
|
| ASSERT(element);
|
| if (!m_useOverrideComputedStyle)
|
|
|