Index: Source/core/svg/SVGTitleElement.cpp |
diff --git a/Source/core/svg/SVGTitleElement.cpp b/Source/core/svg/SVGTitleElement.cpp |
index a50ba304090ac300e3fb462b9d051dbe1ed3d642..40884c75accea3158a8c8a434c8f17927d8168a4 100644 |
--- a/Source/core/svg/SVGTitleElement.cpp |
+++ b/Source/core/svg/SVGTitleElement.cpp |
@@ -26,12 +26,14 @@ |
namespace WebCore { |
-SVGTitleElement::SVGTitleElement(Document& document) |
+inline SVGTitleElement::SVGTitleElement(Document& document) |
: SVGElement(SVGNames::titleTag, document) |
{ |
ScriptWrappable::init(this); |
} |
+DEFINE_NODE_FACTORY(SVGTitleElement) |
+ |
Node::InsertionNotificationRequest SVGTitleElement::insertedInto(ContainerNode* rootParent) |
{ |
SVGElement::insertedInto(rootParent); |