Index: Source/core/svg/SVGFEFuncAElement.cpp |
diff --git a/Source/core/svg/SVGFEFuncAElement.cpp b/Source/core/svg/SVGFEFuncAElement.cpp |
index 4010d1b9de6e4c8dea422af7d374c58ae678c04d..dc3814d68e44d88b03f5cf6cfc274a061d2e05bf 100644 |
--- a/Source/core/svg/SVGFEFuncAElement.cpp |
+++ b/Source/core/svg/SVGFEFuncAElement.cpp |
@@ -27,7 +27,6 @@ namespace blink { |
inline SVGFEFuncAElement::SVGFEFuncAElement(Document& document) |
: SVGComponentTransferFunctionElement(SVGNames::feFuncATag, document) |
{ |
- ScriptWrappable::init(this); |
} |
DEFINE_NODE_FACTORY(SVGFEFuncAElement) |