| Index: Source/core/svg/SVGElementRareData.cpp
|
| diff --git a/Source/core/svg/SVGElementRareData.cpp b/Source/core/svg/SVGElementRareData.cpp
|
| index dc7e0a4731b4be8a7d0b5295bb4e6b4f30b82a07..2f6a948f8fde9802c9a4cf4d597745a929a44bf1 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)
|
|
|