Index: Source/core/svg/SVGStopElement.cpp |
diff --git a/Source/core/svg/SVGStopElement.cpp b/Source/core/svg/SVGStopElement.cpp |
index 9cbd2f8b9d4bbe03b48a7923e66b2e6906485bac..42e3fd5c78766515333ceb58cccd22a3a267da3e 100644 |
--- a/Source/core/svg/SVGStopElement.cpp |
+++ b/Source/core/svg/SVGStopElement.cpp |
@@ -31,8 +31,6 @@ inline SVGStopElement::SVGStopElement(Document& document) |
: SVGElement(SVGNames::stopTag, document) |
, m_offset(SVGAnimatedNumber::create(this, SVGNames::offsetAttr, SVGNumberAcceptPercentage::create())) |
{ |
- ScriptWrappable::init(this); |
- |
addToPropertyMap(m_offset); |
} |
@@ -106,4 +104,4 @@ Color SVGStopElement::stopColorIncludingOpacity() const |
return svgStyle.stopColor().combineWithAlpha(svgStyle.stopOpacity()); |
} |
-} |
+} // namespace blink |