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