Index: Source/core/svg/SVGFEFuncAElement.cpp |
diff --git a/Source/core/svg/SVGFEFuncAElement.cpp b/Source/core/svg/SVGFEFuncAElement.cpp |
index ef824d7d806f59487687ddfe816f9ddb4783cf93..06caf7f970e71e6348bec34256cb2f514304f870 100644 |
--- a/Source/core/svg/SVGFEFuncAElement.cpp |
+++ b/Source/core/svg/SVGFEFuncAElement.cpp |
@@ -24,10 +24,12 @@ |
namespace WebCore { |
-SVGFEFuncAElement::SVGFEFuncAElement(Document& document) |
+inline SVGFEFuncAElement::SVGFEFuncAElement(Document& document) |
: SVGComponentTransferFunctionElement(SVGNames::feFuncATag, document) |
{ |
ScriptWrappable::init(this); |
} |
+DEFINE_NODE_FACTORY(SVGFEFuncAElement) |
+ |
} |