| Index: Source/core/svg/SVGLineElement.h
|
| diff --git a/Source/core/svg/SVGLineElement.h b/Source/core/svg/SVGLineElement.h
|
| index 3a3c2d66df47004d136288128138c549cc3f4058..9898a8769c75aaf2109e2af50c68b2023ccdb964 100644
|
| --- a/Source/core/svg/SVGLineElement.h
|
| +++ b/Source/core/svg/SVGLineElement.h
|
| @@ -30,7 +30,7 @@ namespace WebCore {
|
|
|
| class SVGLineElement FINAL : public SVGGeometryElement {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGLineElement);
|
| + DECLARE_NODE_FACTORY(SVGLineElement);
|
|
|
| SVGAnimatedLength* x1() const { return m_x1.get(); }
|
| SVGAnimatedLength* y1() const { return m_y1.get(); }
|
|
|