Index: Source/WebCore/svg/SVGAltGlyphDefElement.cpp |
diff --git a/Source/WebCore/svg/SVGAltGlyphDefElement.cpp b/Source/WebCore/svg/SVGAltGlyphDefElement.cpp |
index 4c0a00a6ae9f118d8920538032433eb4c1310649..8731618ae00d911843928e3a4e2a18ab77bb122f 100644 |
--- a/Source/WebCore/svg/SVGAltGlyphDefElement.cpp |
+++ b/Source/WebCore/svg/SVGAltGlyphDefElement.cpp |
@@ -32,6 +32,7 @@ inline SVGAltGlyphDefElement::SVGAltGlyphDefElement(const QualifiedName& tagName |
: SVGElement(tagName, document) |
{ |
ASSERT(hasTagName(SVGNames::altGlyphDefTag)); |
+ ScriptWrappable::init(this); |
} |
PassRefPtr<SVGAltGlyphDefElement> SVGAltGlyphDefElement::create(const QualifiedName& tagName, Document* document) |