Index: third_party/WebKit/Source/core/svg/SVGAElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGAElement.cpp b/third_party/WebKit/Source/core/svg/SVGAElement.cpp |
index af5420e1400d29fa050366cf762afa7bb777386d..97bf4fbc5ff52bde6bf90a405f9e61b47ccf632c 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGAElement.cpp |
@@ -54,9 +54,7 @@ using namespace HTMLNames; |
inline SVGAElement::SVGAElement(Document& document) |
: SVGGraphicsElement(SVGNames::aTag, document), |
SVGURIReference(this), |
- m_svgTarget(SVGAnimatedString::create(this, |
- SVGNames::targetAttr, |
- SVGString::create())), |
+ m_svgTarget(SVGAnimatedString::create(this, SVGNames::targetAttr)), |
m_wasFocusedByMouse(false) { |
addToPropertyMap(m_svgTarget); |
} |