Index: Source/core/svg/SVGTextPathElement.cpp |
diff --git a/Source/core/svg/SVGTextPathElement.cpp b/Source/core/svg/SVGTextPathElement.cpp |
index c2ab741d25293f67a1e2731bd923bdd2de2c7731..ba88c8abfb755f8255030560eb31b767f629ed5b 100644 |
--- a/Source/core/svg/SVGTextPathElement.cpp |
+++ b/Source/core/svg/SVGTextPathElement.cpp |
@@ -55,8 +55,6 @@ inline SVGTextPathElement::SVGTextPathElement(Document& document) |
, m_method(SVGAnimatedEnumeration<SVGTextPathMethodType>::create(this, SVGNames::methodAttr, SVGTextPathMethodAlign)) |
, m_spacing(SVGAnimatedEnumeration<SVGTextPathSpacingType>::create(this, SVGNames::spacingAttr, SVGTextPathSpacingExact)) |
{ |
- ScriptWrappable::init(this); |
- |
addToPropertyMap(m_startOffset); |
addToPropertyMap(m_method); |
addToPropertyMap(m_spacing); |
@@ -185,4 +183,4 @@ bool SVGTextPathElement::selfHasRelativeLengths() const |
|| SVGTextContentElement::selfHasRelativeLengths(); |
} |
-} |
+} // namespace blink |