Index: Source/WebCore/svg/SVGFontFaceSrcElement.cpp |
diff --git a/Source/WebCore/svg/SVGFontFaceSrcElement.cpp b/Source/WebCore/svg/SVGFontFaceSrcElement.cpp |
index 40f58b76d22a50af17ffadae87e993e818015989..a896df0cf0747f133f323c6a795aeeaa724265d7 100644 |
--- a/Source/WebCore/svg/SVGFontFaceSrcElement.cpp |
+++ b/Source/WebCore/svg/SVGFontFaceSrcElement.cpp |
@@ -37,6 +37,7 @@ inline SVGFontFaceSrcElement::SVGFontFaceSrcElement(const QualifiedName& tagName |
: SVGElement(tagName, document) |
{ |
ASSERT(hasTagName(font_face_srcTag)); |
+ ScriptWrappable::init(this); |
} |
PassRefPtr<SVGFontFaceSrcElement> SVGFontFaceSrcElement::create(const QualifiedName& tagName, Document* document) |