| Index: Source/core/svg/SVGFontElement.cpp
|
| diff --git a/Source/core/svg/SVGFontElement.cpp b/Source/core/svg/SVGFontElement.cpp
|
| index 50a6b7af479a790586104cb6e0796aa32ccc4c85..92dfcd82c0f00c1bacb339ba3927a69ca8101236 100644
|
| --- a/Source/core/svg/SVGFontElement.cpp
|
| +++ b/Source/core/svg/SVGFontElement.cpp
|
| @@ -35,9 +35,6 @@ namespace WebCore {
|
|
|
| // Animated property definitions
|
|
|
| -BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGFontElement)
|
| - REGISTER_PARENT_ANIMATED_PROPERTIES(SVGElement)
|
| -END_REGISTER_ANIMATED_PROPERTIES
|
|
|
| inline SVGFontElement::SVGFontElement(Document& document)
|
| : SVGElement(SVGNames::fontTag, document)
|
|
|