Index: Source/core/svg/SVGGlyphRefElement.cpp |
diff --git a/Source/core/svg/SVGGlyphRefElement.cpp b/Source/core/svg/SVGGlyphRefElement.cpp |
index 2385cade132ab3e8469e3a07767a0a0257a3dd4a..bf7931bf75bbdc18c4eb1f84d43b205e952eb5f5 100644 |
--- a/Source/core/svg/SVGGlyphRefElement.cpp |
+++ b/Source/core/svg/SVGGlyphRefElement.cpp |
@@ -43,7 +43,6 @@ inline SVGGlyphRefElement::SVGGlyphRefElement(Document& document) |
, m_dy(0) |
{ |
ScriptWrappable::init(this); |
- registerAnimatedPropertiesForSVGGlyphRefElement(); |
} |
PassRefPtr<SVGGlyphRefElement> SVGGlyphRefElement::create(Document& document) |