Index: Source/core/svg/SVGFEFuncGElement.cpp |
diff --git a/Source/core/svg/SVGFEFuncGElement.cpp b/Source/core/svg/SVGFEFuncGElement.cpp |
index 210fa090327a5b78fff9c34f4577378eeeba312c..7461ad679369db2e7cb7c37ffd1c24c38d86db38 100644 |
--- a/Source/core/svg/SVGFEFuncGElement.cpp |
+++ b/Source/core/svg/SVGFEFuncGElement.cpp |
@@ -27,7 +27,6 @@ namespace blink { |
inline SVGFEFuncGElement::SVGFEFuncGElement(Document& document) |
: SVGComponentTransferFunctionElement(SVGNames::feFuncGTag, document) |
{ |
- ScriptWrappable::init(this); |
} |
DEFINE_NODE_FACTORY(SVGFEFuncGElement) |