Index: Source/WebCore/svg/SVGFEFuncGElement.cpp |
diff --git a/Source/WebCore/svg/SVGFEFuncGElement.cpp b/Source/WebCore/svg/SVGFEFuncGElement.cpp |
index 4e4d8656c34ccdc4b244345dded222282c1dea55..3bcc8d81041ecf2555890c272a873f632a1b0250 100644 |
--- a/Source/WebCore/svg/SVGFEFuncGElement.cpp |
+++ b/Source/WebCore/svg/SVGFEFuncGElement.cpp |
@@ -30,6 +30,7 @@ inline SVGFEFuncGElement::SVGFEFuncGElement(const QualifiedName& tagName, Docume |
: SVGComponentTransferFunctionElement(tagName, document) |
{ |
ASSERT(hasTagName(SVGNames::feFuncGTag)); |
+ ScriptWrappable::init(this); |
} |
PassRefPtr<SVGFEFuncGElement> SVGFEFuncGElement::create(const QualifiedName& tagName, Document* document) |