Index: Source/WebCore/svg/animation/SVGSMILElement.h |
=================================================================== |
--- Source/WebCore/svg/animation/SVGSMILElement.h (revision 131773) |
+++ Source/WebCore/svg/animation/SVGSMILElement.h (working copy) |
@@ -55,7 +55,7 @@ |
SMILTimeContainer* timeContainer() const { return m_timeContainer.get(); } |
- SVGElement* targetElement(ResolveTarget = ResolveNewTarget); |
+ SVGElement* targetElement(); |
void resetTargetElement(); |
const QualifiedName& attributeName() const { return m_attributeName; } |
@@ -118,7 +118,6 @@ |
// Sub-classes may need to take action when the target is changed. |
virtual void targetElementWillChange(SVGElement* currentTarget, SVGElement* newTarget); |
- virtual void setAttributeName(const QualifiedName&); |
private: |
virtual void startedActiveInterval() = 0; |