Index: Source/core/svg/SVGTextPathElement.h |
diff --git a/Source/core/svg/SVGTextPathElement.h b/Source/core/svg/SVGTextPathElement.h |
index 2021154ccc99692e1b1406119685b04991aa058e..4d5b1fcf9cceb506a5583db367d211c78ab682ba 100644 |
--- a/Source/core/svg/SVGTextPathElement.h |
+++ b/Source/core/svg/SVGTextPathElement.h |
@@ -54,7 +54,7 @@ public: |
TEXTPATH_SPACINGTYPE_EXACT = SVGTextPathSpacingExact |
}; |
- DEFINE_NODE_FACTORY(SVGTextPathElement); |
+ DECLARE_NODE_FACTORY(SVGTextPathElement); |
SVGAnimatedLength* startOffset() const { return m_startOffset.get(); } |
SVGAnimatedEnumeration<SVGTextPathMethodType>* method() { return m_method.get(); } |