Index: Source/core/svg/SVGAltGlyphItemElement.cpp |
diff --git a/Source/core/svg/SVGAltGlyphItemElement.cpp b/Source/core/svg/SVGAltGlyphItemElement.cpp |
index d2a6905dd9c0a8b373dc77d9f4a94dd3ae6cdb52..af583efbc7cf3f157882cb7168ca8f1f16d5afdb 100644 |
--- a/Source/core/svg/SVGAltGlyphItemElement.cpp |
+++ b/Source/core/svg/SVGAltGlyphItemElement.cpp |
@@ -27,12 +27,14 @@ |
namespace WebCore { |
-SVGAltGlyphItemElement::SVGAltGlyphItemElement(Document& document) |
+inline SVGAltGlyphItemElement::SVGAltGlyphItemElement(Document& document) |
: SVGElement(SVGNames::altGlyphItemTag, document) |
{ |
ScriptWrappable::init(this); |
} |
+DEFINE_NODE_FACTORY(SVGAltGlyphItemElement) |
+ |
bool SVGAltGlyphItemElement::hasValidGlyphElements(Vector<AtomicString>& glyphNames) const |
{ |
// Spec: http://www.w3.org/TR/SVG/text.html#AltGlyphItemElement |