Index: Source/core/svg/SVGAElement.h |
diff --git a/Source/core/svg/SVGAElement.h b/Source/core/svg/SVGAElement.h |
index bbd7b71617ef10472dd69ec2dca37771b97ff146..1d7ff2b0934448027ed65e5fceaff742025bc787 100644 |
--- a/Source/core/svg/SVGAElement.h |
+++ b/Source/core/svg/SVGAElement.h |
@@ -39,7 +39,6 @@ private: |
virtual bool isValid() const OVERRIDE { return SVGTests::isValid(); } |
virtual String title() const OVERRIDE; |
- virtual AtomicString target() const OVERRIDE { return AtomicString(svgTargetCurrentValue()); } |
bool isSupportedAttribute(const QualifiedName&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |