| Index: Source/core/svg/SVGFEComponentTransferElement.h
|
| diff --git a/Source/core/svg/SVGFEComponentTransferElement.h b/Source/core/svg/SVGFEComponentTransferElement.h
|
| index e3e2d5b18549695688425b186687364fc555494e..682eb57675607f2014e289926bd0f86a6081186b 100644
|
| --- a/Source/core/svg/SVGFEComponentTransferElement.h
|
| +++ b/Source/core/svg/SVGFEComponentTransferElement.h
|
| @@ -28,7 +28,7 @@ namespace WebCore {
|
|
|
| class SVGFEComponentTransferElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGFEComponentTransferElement);
|
| + DECLARE_NODE_FACTORY(SVGFEComponentTransferElement);
|
| SVGAnimatedString* in1() { return m_in1.get(); }
|
|
|
| private:
|
|
|