Index: Source/core/svg/SVGFEOffsetElement.h |
diff --git a/Source/core/svg/SVGFEOffsetElement.h b/Source/core/svg/SVGFEOffsetElement.h |
index f5423468e27e0af0e23796423963e0c282c39b9c..d1a3808ca16b70b54206ea3b72436fb10cba4ed3 100644 |
--- a/Source/core/svg/SVGFEOffsetElement.h |
+++ b/Source/core/svg/SVGFEOffsetElement.h |
@@ -29,7 +29,7 @@ namespace WebCore { |
class SVGFEOffsetElement FINAL : public SVGFilterPrimitiveStandardAttributes { |
public: |
- DEFINE_NODE_FACTORY(SVGFEOffsetElement); |
+ DECLARE_NODE_FACTORY(SVGFEOffsetElement); |
SVGAnimatedNumber* dx() { return m_dx.get(); } |
SVGAnimatedNumber* dy() { return m_dy.get(); } |