Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1220)

Unified Diff: Source/core/svg/SVGFESpecularLightingElement.cpp

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed a review comment. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/svg/SVGFEPointLightElement.cpp ('k') | Source/core/svg/SVGFESpotLightElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/svg/SVGFEPointLightElement.cpp ('k') | Source/core/svg/SVGFESpotLightElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698