Index: Source/core/svg/SVGFESpecularLightingElement.cpp |
diff --git a/Source/core/svg/SVGFESpecularLightingElement.cpp b/Source/core/svg/SVGFESpecularLightingElement.cpp |
index 7ef32e5855630bff37cfc128f128b35da4c9136b..5eea0be7bb26f3e14b66d71e37ef5def937f5820 100644 |
--- a/Source/core/svg/SVGFESpecularLightingElement.cpp |
+++ b/Source/core/svg/SVGFESpecularLightingElement.cpp |
@@ -38,8 +38,6 @@ inline SVGFESpecularLightingElement::SVGFESpecularLightingElement(Document& docu |
, m_kernelUnitLength(SVGAnimatedNumberOptionalNumber::create(this, SVGNames::surfaceScaleAttr)) |
, m_in1(SVGAnimatedString::create(this, SVGNames::inAttr, SVGString::create())) |
{ |
- ScriptWrappable::init(this); |
- |
addToPropertyMap(m_specularConstant); |
addToPropertyMap(m_specularExponent); |
addToPropertyMap(m_surfaceScale); |
@@ -186,4 +184,4 @@ PassRefPtr<FilterEffect> SVGFESpecularLightingElement::build(SVGFilterBuilder* f |
return effect.release(); |
} |
-} |
+} // namespace blink |