Index: Source/core/svg/SVGAltGlyphElement.cpp |
diff --git a/Source/core/svg/SVGAltGlyphElement.cpp b/Source/core/svg/SVGAltGlyphElement.cpp |
index 31ec93e02a5e21216220e4225cca973274d854e6..17b6ea9766ca91b3e4d65854ba365353fdfc0d6b 100644 |
--- a/Source/core/svg/SVGAltGlyphElement.cpp |
+++ b/Source/core/svg/SVGAltGlyphElement.cpp |
@@ -35,12 +35,6 @@ |
namespace WebCore { |
-// Animated property definitions |
- |
-BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGAltGlyphElement) |
- REGISTER_PARENT_ANIMATED_PROPERTIES(SVGTextPositioningElement) |
-END_REGISTER_ANIMATED_PROPERTIES |
- |
inline SVGAltGlyphElement::SVGAltGlyphElement(Document& document) |
: SVGTextPositioningElement(SVGNames::altGlyphTag, document) |
, SVGURIReference(this) |