Index: Source/core/svg/SVGFontElement.cpp |
diff --git a/Source/core/svg/SVGFontElement.cpp b/Source/core/svg/SVGFontElement.cpp |
index 18d997556a70da290c8cb69d4237d3c82f08859a..0d025f48469bd5a8635fb58f612246e37425a7da 100644 |
--- a/Source/core/svg/SVGFontElement.cpp |
+++ b/Source/core/svg/SVGFontElement.cpp |
@@ -34,7 +34,7 @@ |
namespace WebCore { |
-SVGFontElement::SVGFontElement(Document& document) |
+inline SVGFontElement::SVGFontElement(Document& document) |
: SVGElement(SVGNames::fontTag, document) |
, m_missingGlyph(0) |
, m_isGlyphCacheValid(false) |
@@ -44,6 +44,8 @@ SVGFontElement::SVGFontElement(Document& document) |
UseCounter::count(document, UseCounter::SVGFontElement); |
} |
+DEFINE_NODE_FACTORY(SVGFontElement) |
+ |
void SVGFontElement::invalidateGlyphCache() |
{ |
if (m_isGlyphCacheValid) { |