| Index: Source/core/svg/SVGAElement.h
|
| diff --git a/Source/core/svg/SVGAElement.h b/Source/core/svg/SVGAElement.h
|
| index 64519d23fe0841c838c50a630043bd901a32735d..3f3239c76a9931783024c17700a0a2e7a1188e5e 100644
|
| --- a/Source/core/svg/SVGAElement.h
|
| +++ b/Source/core/svg/SVGAElement.h
|
| @@ -55,10 +55,6 @@ private:
|
| virtual bool willRespondToMouseClickEvents() OVERRIDE;
|
|
|
| RefPtr<SVGAnimatedString> m_svgTarget;
|
| - BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGAElement)
|
| - // This declaration used to define a non-virtual "String& target() const" method, that clashes with "virtual String Element::target() const".
|
| - // That's why it has been renamed to "svgTarget", the CodeGenerators take care of calling svgTargetAnimated() instead of targetAnimated(), see CodeGenerator.pm.
|
| - END_DECLARE_ANIMATED_PROPERTIES
|
| };
|
|
|
| } // namespace WebCore
|
|
|