Index: Source/WebCore/svg/SVGFontFaceUriElement.cpp |
diff --git a/Source/WebCore/svg/SVGFontFaceUriElement.cpp b/Source/WebCore/svg/SVGFontFaceUriElement.cpp |
index 1b55445347ea892fbee56daf316c183e514bbc94..51227cd35805048d938bee353de105c3ea2c31d1 100644 |
--- a/Source/WebCore/svg/SVGFontFaceUriElement.cpp |
+++ b/Source/WebCore/svg/SVGFontFaceUriElement.cpp |
@@ -41,6 +41,7 @@ inline SVGFontFaceUriElement::SVGFontFaceUriElement(const QualifiedName& tagName |
: SVGElement(tagName, document) |
{ |
ASSERT(hasTagName(font_face_uriTag)); |
+ ScriptWrappable::init(this); |
} |
PassRefPtr<SVGFontFaceUriElement> SVGFontFaceUriElement::create(const QualifiedName& tagName, Document* document) |