Index: Source/WebCore/svg/SVGMetadataElement.cpp |
diff --git a/Source/WebCore/svg/SVGMetadataElement.cpp b/Source/WebCore/svg/SVGMetadataElement.cpp |
index 59f81398b792eb7fafeacb64b49f8f37c792bb40..0d7a1edb9f7d71680991956d4350d7a67501d32a 100644 |
--- a/Source/WebCore/svg/SVGMetadataElement.cpp |
+++ b/Source/WebCore/svg/SVGMetadataElement.cpp |
@@ -29,6 +29,7 @@ inline SVGMetadataElement::SVGMetadataElement(const QualifiedName& tagName, Docu |
: SVGElement(tagName, document) |
{ |
ASSERT(hasTagName(SVGNames::metadataTag)); |
+ ScriptWrappable::init(this); |
} |
PassRefPtr<SVGMetadataElement> SVGMetadataElement::create(const QualifiedName& tagName, Document* document) |