Index: Source/core/svg/SVGAltGlyphElement.cpp |
diff --git a/Source/core/svg/SVGAltGlyphElement.cpp b/Source/core/svg/SVGAltGlyphElement.cpp |
index fbe97dba2e94607d899d8070e4ecd13fc427a567..d4e56d1adbb1bcc41a9ed8051aae1519d5c7ed10 100644 |
--- a/Source/core/svg/SVGAltGlyphElement.cpp |
+++ b/Source/core/svg/SVGAltGlyphElement.cpp |
@@ -43,10 +43,9 @@ END_REGISTER_ANIMATED_PROPERTIES |
inline SVGAltGlyphElement::SVGAltGlyphElement(Document& document) |
: SVGTextPositioningElement(SVGNames::altGlyphTag, document) |
- , m_href(SVGAnimatedString::create(this, XLinkNames::hrefAttr, SVGString::create())) |
+ , SVGURIReference(this) |
{ |
ScriptWrappable::init(this); |
- addToPropertyMap(m_href); |
registerAnimatedPropertiesForSVGAltGlyphElement(); |
} |