summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGAltGlyphElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGAltGlyphElement.cpp')
-rw-r--r--WebCore/svg/SVGAltGlyphElement.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/svg/SVGAltGlyphElement.cpp b/WebCore/svg/SVGAltGlyphElement.cpp
index d9da3f6..f13edf5 100644
--- a/WebCore/svg/SVGAltGlyphElement.cpp
+++ b/WebCore/svg/SVGAltGlyphElement.cpp
@@ -35,6 +35,7 @@ namespace WebCore {
SVGAltGlyphElement::SVGAltGlyphElement(const QualifiedName& tagName, Document* doc)
: SVGTextPositioningElement(tagName, doc)
+ , m_href(this, XLinkNames::hrefAttr)
{
}