Index: Source/WebCore/svg/SVGFEFuncAElement.cpp |
diff --git a/Source/WebCore/svg/SVGFEFuncAElement.cpp b/Source/WebCore/svg/SVGFEFuncAElement.cpp |
index 123c0888ae076010f0b2d5fb26163cf475474054..1bd5775eab546460faaad647835e17755d92d129 100644 |
--- a/Source/WebCore/svg/SVGFEFuncAElement.cpp |
+++ b/Source/WebCore/svg/SVGFEFuncAElement.cpp |
@@ -30,6 +30,7 @@ inline SVGFEFuncAElement::SVGFEFuncAElement(const QualifiedName& tagName, Docume |
: SVGComponentTransferFunctionElement(tagName, document) |
{ |
ASSERT(hasTagName(SVGNames::feFuncATag)); |
+ ScriptWrappable::init(this); |
} |
PassRefPtr<SVGFEFuncAElement> SVGFEFuncAElement::create(const QualifiedName& tagName, Document* document) |