| Index: Source/core/svg/SVGFEFuncBElement.cpp
|
| diff --git a/Source/core/svg/SVGFEFuncBElement.cpp b/Source/core/svg/SVGFEFuncBElement.cpp
|
| index f4300eba647c646668986cf58ecd347a30dcb68b..68249451a626950daeac42a59fcf68536e75f0d7 100644
|
| --- a/Source/core/svg/SVGFEFuncBElement.cpp
|
| +++ b/Source/core/svg/SVGFEFuncBElement.cpp
|
| @@ -24,10 +24,12 @@
|
|
|
| namespace WebCore {
|
|
|
| -SVGFEFuncBElement::SVGFEFuncBElement(Document& document)
|
| +inline SVGFEFuncBElement::SVGFEFuncBElement(Document& document)
|
| : SVGComponentTransferFunctionElement(SVGNames::feFuncBTag, document)
|
| {
|
| ScriptWrappable::init(this);
|
| }
|
|
|
| +DEFINE_NODE_FACTORY(SVGFEFuncBElement)
|
| +
|
| }
|
|
|