Index: Source/core/svg/SVGTextPathElement.cpp |
diff --git a/Source/core/svg/SVGTextPathElement.cpp b/Source/core/svg/SVGTextPathElement.cpp |
index 6120155734528c86cc76cc487d2540c831e8c438..06389dc41e4fa68a9592dedac21c4bda8a0038b8 100644 |
--- a/Source/core/svg/SVGTextPathElement.cpp |
+++ b/Source/core/svg/SVGTextPathElement.cpp |
@@ -49,7 +49,7 @@ template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGTextPath |
inline SVGTextPathElement::SVGTextPathElement(Document& document) |
: SVGTextContentElement(SVGNames::textPathTag, document) |
- , m_startOffset(SVGAnimatedLength::create(this, SVGNames::startOffsetAttr, SVGLength::create(LengthModeOther), AllowNegativeLengths)) |
+ , m_startOffset(SVGAnimatedLength::create(this, SVGNames::startOffsetAttr, SVGLength::create(SVGLengthMode::Other), AllowNegativeLengths)) |
, m_method(SVGAnimatedEnumeration<SVGTextPathMethodType>::create(this, SVGNames::methodAttr, SVGTextPathMethodAlign)) |
, m_spacing(SVGAnimatedEnumeration<SVGTextPathSpacingType>::create(this, SVGNames::spacingAttr, SVGTextPathSpacingExact)) |
{ |