Index: Source/core/svg/SVGFECompositeElement.h |
diff --git a/Source/core/svg/SVGFECompositeElement.h b/Source/core/svg/SVGFECompositeElement.h |
index 5f4ec0f697d28c7e624278f3a29059cbded3b5bc..8a5877829ca3d899561d738f54f0f50e1ef16e73 100644 |
--- a/Source/core/svg/SVGFECompositeElement.h |
+++ b/Source/core/svg/SVGFECompositeElement.h |
@@ -32,7 +32,7 @@ template<> const SVGEnumerationStringEntries& getStaticStringEntries<CompositeOp |
class SVGFECompositeElement FINAL : public SVGFilterPrimitiveStandardAttributes { |
public: |
- DEFINE_NODE_FACTORY(SVGFECompositeElement); |
+ DECLARE_NODE_FACTORY(SVGFECompositeElement); |
SVGAnimatedNumber* k1() { return m_k1.get(); } |
SVGAnimatedNumber* k2() { return m_k2.get(); } |