Index: Source/core/svg/SVGFEFuncBElement.cpp |
diff --git a/Source/core/svg/SVGFEFuncBElement.cpp b/Source/core/svg/SVGFEFuncBElement.cpp |
index c070340dba1401a85d61df5a59670314e428f807..14a551097265070a78ce1562903c210509be48dc 100644 |
--- a/Source/core/svg/SVGFEFuncBElement.cpp |
+++ b/Source/core/svg/SVGFEFuncBElement.cpp |
@@ -27,7 +27,6 @@ namespace blink { |
inline SVGFEFuncBElement::SVGFEFuncBElement(Document& document) |
: SVGComponentTransferFunctionElement(SVGNames::feFuncBTag, document) |
{ |
- ScriptWrappable::init(this); |
} |
DEFINE_NODE_FACTORY(SVGFEFuncBElement) |