| Index: Source/core/svg/SVGAElement.h
|
| diff --git a/Source/core/svg/SVGAElement.h b/Source/core/svg/SVGAElement.h
|
| index 6598d6b79dda1b950536ee187082a896c2d97885..a938f78741b6aef0ad4a340c5d47a55d38a16614 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 svgTargetCurrentValue(); }
|
| + virtual AtomicString target() const OVERRIDE { return AtomicString(svgTargetCurrentValue()); }
|
|
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
|
|