Index: Source/core/svg/SVGCircleElement.h |
diff --git a/Source/core/svg/SVGCircleElement.h b/Source/core/svg/SVGCircleElement.h |
index b3a2f28fba62e9f137ee2c9dcbf902913dc937c6..5a99e5f9982541f536c20e313c5a1f259bd69802 100644 |
--- a/Source/core/svg/SVGCircleElement.h |
+++ b/Source/core/svg/SVGCircleElement.h |
@@ -30,7 +30,7 @@ namespace WebCore { |
class SVGCircleElement FINAL : public SVGGeometryElement { |
public: |
- DEFINE_NODE_FACTORY(SVGCircleElement); |
+ DECLARE_NODE_FACTORY(SVGCircleElement); |
SVGAnimatedLength* cx() const { return m_cx.get(); } |
SVGAnimatedLength* cy() const { return m_cy.get(); } |