| Index: Source/core/svg/SVGCursorElement.cpp
|
| diff --git a/Source/core/svg/SVGCursorElement.cpp b/Source/core/svg/SVGCursorElement.cpp
|
| index bd4c7554e1c574f596c4e88922f20ff12ed50b68..91d5343cea47824e97405fd761aaf41412cca2d3 100644
|
| --- a/Source/core/svg/SVGCursorElement.cpp
|
| +++ b/Source/core/svg/SVGCursorElement.cpp
|
| @@ -34,8 +34,6 @@ inline SVGCursorElement::SVGCursorElement(Document& document)
|
| , m_x(SVGAnimatedLength::create(this, SVGNames::xAttr, SVGLength::create(LengthModeWidth), AllowNegativeLengths))
|
| , m_y(SVGAnimatedLength::create(this, SVGNames::yAttr, SVGLength::create(LengthModeHeight), AllowNegativeLengths))
|
| {
|
| - ScriptWrappable::init(this);
|
| -
|
| addToPropertyMap(m_x);
|
| addToPropertyMap(m_y);
|
| }
|
| @@ -130,4 +128,4 @@ void SVGCursorElement::trace(Visitor* visitor)
|
| SVGElement::trace(visitor);
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|