Index: Source/core/svg/SVGFEFuncGElement.cpp |
diff --git a/Source/core/svg/SVGFEFuncGElement.cpp b/Source/core/svg/SVGFEFuncGElement.cpp |
index 8cc62804d1e0876c3e8df51ddc4aef834f5bc9b5..43b2ee030514c88cf749e6b378b0a250ef908044 100644 |
--- a/Source/core/svg/SVGFEFuncGElement.cpp |
+++ b/Source/core/svg/SVGFEFuncGElement.cpp |
@@ -24,10 +24,12 @@ |
namespace WebCore { |
-SVGFEFuncGElement::SVGFEFuncGElement(Document& document) |
+inline SVGFEFuncGElement::SVGFEFuncGElement(Document& document) |
: SVGComponentTransferFunctionElement(SVGNames::feFuncGTag, document) |
{ |
ScriptWrappable::init(this); |
} |
+DEFINE_NODE_FACTORY(SVGFEFuncGElement) |
+ |
} |