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