Index: Source/core/svg/SVGClipPathElement.h |
diff --git a/Source/core/svg/SVGClipPathElement.h b/Source/core/svg/SVGClipPathElement.h |
index 18135875350ab52c06a768dd41e6e7821c177420..b1a1de9b6807394760638e19c5f9464e4719fe65 100644 |
--- a/Source/core/svg/SVGClipPathElement.h |
+++ b/Source/core/svg/SVGClipPathElement.h |
@@ -33,7 +33,7 @@ class RenderObject; |
class SVGClipPathElement FINAL : public SVGGraphicsElement { |
public: |
- DEFINE_NODE_FACTORY(SVGClipPathElement); |
+ DECLARE_NODE_FACTORY(SVGClipPathElement); |
SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* clipPathUnits() { return m_clipPathUnits.get(); } |
virtual bool supportsFocus() const OVERRIDE { return false; } |