| Index: trunk/Source/core/svg/SVGElementRareData.cpp
|
| ===================================================================
|
| --- trunk/Source/core/svg/SVGElementRareData.cpp (revision 190671)
|
| +++ trunk/Source/core/svg/SVGElementRareData.cpp (working copy)
|
| @@ -20,7 +20,7 @@
|
| return m_animatedSMILStyleProperties.get();
|
| }
|
|
|
| -LayoutStyle* SVGElementRareData::overrideComputedStyle(Element* element, const LayoutStyle* parentStyle)
|
| +LayoutStyle* SVGElementRareData::overrideComputedStyle(Element* element, LayoutStyle* parentStyle)
|
| {
|
| ASSERT(element);
|
| if (!m_useOverrideComputedStyle)
|
|
|