Index: Source/WebCore/svg/SVGFontFaceFormatElement.cpp |
diff --git a/Source/WebCore/svg/SVGFontFaceFormatElement.cpp b/Source/WebCore/svg/SVGFontFaceFormatElement.cpp |
index 96cfadfbd88209e75d5feae0f019562a03aad674..9304631ed0ffdbcbdcf02c56e9cf0baea2c59339 100644 |
--- a/Source/WebCore/svg/SVGFontFaceFormatElement.cpp |
+++ b/Source/WebCore/svg/SVGFontFaceFormatElement.cpp |
@@ -33,6 +33,7 @@ inline SVGFontFaceFormatElement::SVGFontFaceFormatElement(const QualifiedName& t |
: SVGElement(tagName, document) |
{ |
ASSERT(hasTagName(font_face_formatTag)); |
+ ScriptWrappable::init(this); |
} |
PassRefPtr<SVGFontFaceFormatElement> SVGFontFaceFormatElement::create(const QualifiedName& tagName, Document* document) |