Index: Source/core/svg/SVGFEFloodElement.h |
diff --git a/Source/core/svg/SVGFEFloodElement.h b/Source/core/svg/SVGFEFloodElement.h |
index 633231930f55f1f5090a093a40d77c4dd9ce716b..1a8069a972e0f9eac834c2f41f67ccc86e6aa0d6 100644 |
--- a/Source/core/svg/SVGFEFloodElement.h |
+++ b/Source/core/svg/SVGFEFloodElement.h |
@@ -28,7 +28,7 @@ namespace WebCore { |
class SVGFEFloodElement FINAL : public SVGFilterPrimitiveStandardAttributes { |
public: |
- DEFINE_NODE_FACTORY(SVGFEFloodElement); |
+ DECLARE_NODE_FACTORY(SVGFEFloodElement); |
private: |
explicit SVGFEFloodElement(Document&); |