| Index: Source/core/svg/SVGSwitchElement.cpp
|
| diff --git a/Source/core/svg/SVGSwitchElement.cpp b/Source/core/svg/SVGSwitchElement.cpp
|
| index ea35d6341eb9aad1991879857dd9a775c1b061af..eb7e4d8274956fa4941d236e90126e13b4421348 100644
|
| --- a/Source/core/svg/SVGSwitchElement.cpp
|
| +++ b/Source/core/svg/SVGSwitchElement.cpp
|
| @@ -30,9 +30,6 @@ namespace WebCore {
|
|
|
| // Animated property definitions
|
|
|
| -BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGSwitchElement)
|
| - REGISTER_PARENT_ANIMATED_PROPERTIES(SVGGraphicsElement)
|
| -END_REGISTER_ANIMATED_PROPERTIES
|
|
|
| inline SVGSwitchElement::SVGSwitchElement(Document& document)
|
| : SVGGraphicsElement(SVGNames::switchTag, document)
|
|
|