Index: trunk/Source/core/svg/SVGElementRareData.h |
=================================================================== |
--- trunk/Source/core/svg/SVGElementRareData.h (revision 190671) |
+++ trunk/Source/core/svg/SVGElementRareData.h (working copy) |
@@ -72,7 +72,7 @@ |
MutableStylePropertySet* animatedSMILStyleProperties() const { return m_animatedSMILStyleProperties.get(); } |
MutableStylePropertySet* ensureAnimatedSMILStyleProperties(); |
- LayoutStyle* overrideComputedStyle(Element*, const LayoutStyle*); |
+ LayoutStyle* overrideComputedStyle(Element*, LayoutStyle*); |
bool useOverrideComputedStyle() const { return m_useOverrideComputedStyle; } |
void setUseOverrideComputedStyle(bool value) { m_useOverrideComputedStyle = value; } |