| Index: Source/core/svg/SVGFEBlendElement.cpp
|
| diff --git a/Source/core/svg/SVGFEBlendElement.cpp b/Source/core/svg/SVGFEBlendElement.cpp
|
| index 7f261fafd918a3dc9375dbbe7908e96dd1a12cea..2bfc08023f1beec848358df1e429b0a607f44c1f 100644
|
| --- a/Source/core/svg/SVGFEBlendElement.cpp
|
| +++ b/Source/core/svg/SVGFEBlendElement.cpp
|
| @@ -94,7 +94,6 @@ inline SVGFEBlendElement::SVGFEBlendElement(Document& document)
|
| , m_in2(SVGAnimatedString::create(this, SVGNames::in2Attr, SVGString::create()))
|
| , m_mode(SVGAnimatedEnumeration<Mode>::create(this, SVGNames::modeAttr, SVGFEBlendElement::ModeNormal))
|
| {
|
| - ScriptWrappable::init(this);
|
| addToPropertyMap(m_in1);
|
| addToPropertyMap(m_in2);
|
| addToPropertyMap(m_mode);
|
|
|