Index: Source/core/svg/SVGViewElement.cpp |
diff --git a/Source/core/svg/SVGViewElement.cpp b/Source/core/svg/SVGViewElement.cpp |
index 1dad2a97f2b24c4c9ed057187e40fe16579baa60..24e41bac74dca1b366971cdd8cbac524330233a1 100644 |
--- a/Source/core/svg/SVGViewElement.cpp |
+++ b/Source/core/svg/SVGViewElement.cpp |
@@ -24,7 +24,7 @@ |
namespace WebCore { |
-SVGViewElement::SVGViewElement(Document& document) |
+inline SVGViewElement::SVGViewElement(Document& document) |
: SVGElement(SVGNames::viewTag, document) |
, SVGFitToViewBox(this) |
, m_viewTarget(SVGStaticStringList::create(this, SVGNames::viewTargetAttr)) |
@@ -34,6 +34,8 @@ SVGViewElement::SVGViewElement(Document& document) |
addToPropertyMap(m_viewTarget); |
} |
+DEFINE_NODE_FACTORY(SVGViewElement) |
+ |
bool SVGViewElement::isSupportedAttribute(const QualifiedName& attrName) |
{ |
DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); |