Index: Source/core/svg/SVGFESpotLightElement.h |
diff --git a/Source/core/svg/SVGFESpotLightElement.h b/Source/core/svg/SVGFESpotLightElement.h |
index 0c406ede6822b5dae9b4f07cf35f8f86b54d779b..f27161a8e35880e4e7e0c2636427c0cd854ab80a 100644 |
--- a/Source/core/svg/SVGFESpotLightElement.h |
+++ b/Source/core/svg/SVGFESpotLightElement.h |
@@ -26,7 +26,7 @@ namespace WebCore { |
class SVGFESpotLightElement FINAL : public SVGFELightElement { |
public: |
- DEFINE_NODE_FACTORY(SVGFESpotLightElement); |
+ DECLARE_NODE_FACTORY(SVGFESpotLightElement); |
private: |
explicit SVGFESpotLightElement(Document&); |