| Index: Source/core/svg/SVGCursorElement.cpp
|
| diff --git a/Source/core/svg/SVGCursorElement.cpp b/Source/core/svg/SVGCursorElement.cpp
|
| index 5bdf81f8ade6a5a2c0e32eb742d9ed5bdc88a281..f8090bd439eb12f13588abd8443511fe767897ae 100644
|
| --- a/Source/core/svg/SVGCursorElement.cpp
|
| +++ b/Source/core/svg/SVGCursorElement.cpp
|
| @@ -31,8 +31,6 @@ namespace WebCore {
|
|
|
| // Animated property definitions
|
|
|
| -BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGCursorElement)
|
| -END_REGISTER_ANIMATED_PROPERTIES
|
|
|
| inline SVGCursorElement::SVGCursorElement(Document& document)
|
| : SVGElement(SVGNames::cursorTag, document)
|
|
|