Index: third_party/WebKit/Source/core/svg/SVGTextPathElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGTextPathElement.cpp b/third_party/WebKit/Source/core/svg/SVGTextPathElement.cpp |
index c40715f35cf9741b1c3529750f103efeabd92936..343cb3404b1e0f324b588d129f89f4dcdb528466 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGTextPathElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGTextPathElement.cpp |
@@ -50,7 +50,7 @@ template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGTextPath |
inline SVGTextPathElement::SVGTextPathElement(Document& document) |
: SVGTextContentElement(SVGNames::textPathTag, document) |
, SVGURIReference(this) |
- , m_startOffset(SVGAnimatedLength::create(this, SVGNames::startOffsetAttr, SVGLength::create(SVGLengthMode::Width), AllowNegativeLengths)) |
+ , m_startOffset(SVGAnimatedLength::create(this, SVGNames::startOffsetAttr, SVGLength::create(SVGLengthMode::Width))) |
, m_method(SVGAnimatedEnumeration<SVGTextPathMethodType>::create(this, SVGNames::methodAttr, SVGTextPathMethodAlign)) |
, m_spacing(SVGAnimatedEnumeration<SVGTextPathSpacingType>::create(this, SVGNames::spacingAttr, SVGTextPathSpacingExact)) |
{ |