Index: third_party/WebKit/Source/core/svg/SVGCursorElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGCursorElement.cpp b/third_party/WebKit/Source/core/svg/SVGCursorElement.cpp |
index d95e9b317eebe41fc7ab774931cc6f1d03ca44d2..ad95a23907188f58927384ccd957af9ff5b402d6 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGCursorElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGCursorElement.cpp |
@@ -31,8 +31,8 @@ inline SVGCursorElement::SVGCursorElement(Document& document) |
: SVGElement(SVGNames::cursorTag, document) |
, SVGTests(this) |
, SVGURIReference(this) |
- , m_x(SVGAnimatedLength::create(this, SVGNames::xAttr, SVGLength::create(SVGLengthMode::Width), AllowNegativeLengths)) |
- , m_y(SVGAnimatedLength::create(this, SVGNames::yAttr, SVGLength::create(SVGLengthMode::Height), AllowNegativeLengths)) |
+ , m_x(SVGAnimatedLength::create(this, SVGNames::xAttr, SVGLength::create(SVGLengthMode::Width))) |
+ , m_y(SVGAnimatedLength::create(this, SVGNames::yAttr, SVGLength::create(SVGLengthMode::Height))) |
{ |
addToPropertyMap(m_x); |
addToPropertyMap(m_y); |