Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGFEFuncBElement.cpp
index c070340..14a5510 100644 (file)
@@ -27,7 +27,6 @@ namespace blink {
 inline SVGFEFuncBElement::SVGFEFuncBElement(Document& document)
     : SVGComponentTransferFunctionElement(SVGNames::feFuncBTag, document)
 {
-    ScriptWrappable::init(this);
 }
 
 DEFINE_NODE_FACTORY(SVGFEFuncBElement)