Index: Source/core/svg/SVGFontElement.cpp |
diff --git a/Source/core/svg/SVGFontElement.cpp b/Source/core/svg/SVGFontElement.cpp |
index 2a12c6907c5aeb82f7113c095c30cb44c04df5dd..50a6b7af479a790586104cb6e0796aa32ccc4c85 100644 |
--- a/Source/core/svg/SVGFontElement.cpp |
+++ b/Source/core/svg/SVGFontElement.cpp |
@@ -45,7 +45,6 @@ inline SVGFontElement::SVGFontElement(Document& document) |
, m_isGlyphCacheValid(false) |
{ |
ScriptWrappable::init(this); |
- registerAnimatedPropertiesForSVGFontElement(); |
UseCounter::count(document, UseCounter::SVGFontElement); |
} |