Index: Source/core/svg/SVGAltGlyphElement.h |
diff --git a/Source/core/svg/SVGAltGlyphElement.h b/Source/core/svg/SVGAltGlyphElement.h |
index ffa4bfb1c828e7fc6dcbfe2c50ca74e981487232..95221d35dd8eed887fa8eab7126f3486109d6e72 100644 |
--- a/Source/core/svg/SVGAltGlyphElement.h |
+++ b/Source/core/svg/SVGAltGlyphElement.h |
@@ -49,9 +49,6 @@ private: |
explicit SVGAltGlyphElement(Document&); |
virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; |
- |
- BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGAltGlyphElement) |
- END_DECLARE_ANIMATED_PROPERTIES |
}; |
DEFINE_NODE_TYPE_CASTS(SVGAltGlyphElement, hasTagName(SVGNames::altGlyphTag)); |