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