Index: Source/WebCore/svg/SVGGlyphElement.cpp |
diff --git a/Source/WebCore/svg/SVGGlyphElement.cpp b/Source/WebCore/svg/SVGGlyphElement.cpp |
index 6dc28690a05bb3f49d9ecb46de5111419519db40..f91a29e9b0c51078a2efbe4d7bcfde8140622e69 100644 |
--- a/Source/WebCore/svg/SVGGlyphElement.cpp |
+++ b/Source/WebCore/svg/SVGGlyphElement.cpp |
@@ -37,6 +37,7 @@ inline SVGGlyphElement::SVGGlyphElement(const QualifiedName& tagName, Document* |
: SVGStyledElement(tagName, document) |
{ |
ASSERT(hasTagName(SVGNames::glyphTag)); |
+ ScriptWrappable::init(this); |
} |
PassRefPtr<SVGGlyphElement> SVGGlyphElement::create(const QualifiedName& tagName, Document* document) |