Index: Source/core/svg/SVGAltGlyphElement.cpp |
diff --git a/Source/core/svg/SVGAltGlyphElement.cpp b/Source/core/svg/SVGAltGlyphElement.cpp |
index d4e56d1adbb1bcc41a9ed8051aae1519d5c7ed10..31ec93e02a5e21216220e4225cca973274d854e6 100644 |
--- a/Source/core/svg/SVGAltGlyphElement.cpp |
+++ b/Source/core/svg/SVGAltGlyphElement.cpp |
@@ -46,7 +46,6 @@ inline SVGAltGlyphElement::SVGAltGlyphElement(Document& document) |
, SVGURIReference(this) |
{ |
ScriptWrappable::init(this); |
- registerAnimatedPropertiesForSVGAltGlyphElement(); |
} |
PassRefPtr<SVGAltGlyphElement> SVGAltGlyphElement::create(Document& document) |