| Index: Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| diff --git a/Source/core/svg/SVGFEDiffuseLightingElement.cpp b/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| index 33078e4f91955245d02a5c273cd31c63dd6b7537..292c3b3c5a38c907e116128e122b131e7184563e 100644
|
| --- a/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| +++ b/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| @@ -36,8 +36,6 @@ inline SVGFEDiffuseLightingElement::SVGFEDiffuseLightingElement(Document& docume
|
| , m_kernelUnitLength(SVGAnimatedNumberOptionalNumber::create(this, SVGNames::kernelUnitLengthAttr))
|
| , m_in1(SVGAnimatedString::create(this, SVGNames::inAttr, SVGString::create()))
|
| {
|
| - ScriptWrappable::init(this);
|
| -
|
| addToPropertyMap(m_diffuseConstant);
|
| addToPropertyMap(m_surfaceScale);
|
| addToPropertyMap(m_kernelUnitLength);
|
| @@ -179,4 +177,4 @@ PassRefPtr<FilterEffect> SVGFEDiffuseLightingElement::build(SVGFilterBuilder* fi
|
| return effect.release();
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|