Index: Source/core/svg/SVGFontElement.cpp |
diff --git a/Source/core/svg/SVGFontElement.cpp b/Source/core/svg/SVGFontElement.cpp |
index 4ea759f4297238f30fae76f2dab3b183bb1b7e84..c1a712eb9d44de048f498dcb3ab6ff0a278b0d0d 100644 |
--- a/Source/core/svg/SVGFontElement.cpp |
+++ b/Source/core/svg/SVGFontElement.cpp |
@@ -39,8 +39,6 @@ inline SVGFontElement::SVGFontElement(Document& document) |
, m_missingGlyph(0) |
, m_isGlyphCacheValid(false) |
{ |
- ScriptWrappable::init(this); |
- |
UseCounter::count(document, UseCounter::SVGFontElement); |
} |
@@ -251,6 +249,6 @@ Glyph SVGFontElement::missingGlyph() |
return m_missingGlyph; |
} |
-} |
+} // namespace blink |
#endif // ENABLE(SVG_FONTS) |