Index: Source/core/svg/SVGFEColorMatrixElement.h |
diff --git a/Source/core/svg/SVGFEColorMatrixElement.h b/Source/core/svg/SVGFEColorMatrixElement.h |
index 9de57369f2f3d4fb9d72ef90149984c99892ffce..637254ab91661056388de05aa762d1f51e64944a 100644 |
--- a/Source/core/svg/SVGFEColorMatrixElement.h |
+++ b/Source/core/svg/SVGFEColorMatrixElement.h |
@@ -32,7 +32,7 @@ template<> const SVGEnumerationStringEntries& getStaticStringEntries<ColorMatrix |
class SVGFEColorMatrixElement FINAL : public SVGFilterPrimitiveStandardAttributes { |
public: |
- DEFINE_NODE_FACTORY(SVGFEColorMatrixElement); |
+ DECLARE_NODE_FACTORY(SVGFEColorMatrixElement); |
SVGAnimatedNumberList* values() { return m_values.get(); } |
SVGAnimatedString* in1() { return m_in1.get(); } |