| Index: Source/core/svg/SVGFEFuncRElement.h
|
| diff --git a/Source/core/svg/SVGFEFuncRElement.h b/Source/core/svg/SVGFEFuncRElement.h
|
| index 4bdfc8a829af1cdcbb6dec7f0b1aa9d2faf8566b..36da68f0f18bbcd84db8ad13ac56af9f168046d6 100644
|
| --- a/Source/core/svg/SVGFEFuncRElement.h
|
| +++ b/Source/core/svg/SVGFEFuncRElement.h
|
| @@ -28,7 +28,7 @@ namespace WebCore {
|
|
|
| class SVGFEFuncRElement FINAL : public SVGComponentTransferFunctionElement {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGFEFuncRElement);
|
| + DECLARE_NODE_FACTORY(SVGFEFuncRElement);
|
|
|
| private:
|
| explicit SVGFEFuncRElement(Document&);
|
|
|