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