| Index: Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| diff --git a/Source/core/svg/SVGFEConvolveMatrixElement.cpp b/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| index 1f0426b0847b0db71a13dd42c3ec981c57ba70bc..3429b9303dc1bda8ab979e6ac7e1859b9c744603 100644
|
| --- a/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| +++ b/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| @@ -55,8 +55,6 @@ inline SVGFEConvolveMatrixElement::SVGFEConvolveMatrixElement(Document& document
|
| , m_targetX(SVGAnimatedInteger::create(this, SVGNames::targetXAttr, SVGInteger::create()))
|
| , m_targetY(SVGAnimatedInteger::create(this, SVGNames::targetYAttr, SVGInteger::create()))
|
| {
|
| - ScriptWrappable::init(this);
|
| -
|
| addToPropertyMap(m_preserveAlpha);
|
| addToPropertyMap(m_divisor);
|
| addToPropertyMap(m_bias);
|
|
|