| Index: Source/core/svg/SVGFEFuncRElement.cpp
|
| diff --git a/Source/core/svg/SVGFEFuncRElement.cpp b/Source/core/svg/SVGFEFuncRElement.cpp
|
| index 5379ccd1fd86cc52418bf57b27317416893fcfdd..fd3f29247b58d74a803d20ed17fad1e4377fb8b5 100644
|
| --- a/Source/core/svg/SVGFEFuncRElement.cpp
|
| +++ b/Source/core/svg/SVGFEFuncRElement.cpp
|
| @@ -27,7 +27,6 @@ namespace blink {
|
| inline SVGFEFuncRElement::SVGFEFuncRElement(Document& document)
|
| : SVGComponentTransferFunctionElement(SVGNames::feFuncRTag, document)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_NODE_FACTORY(SVGFEFuncRElement)
|
|
|