| Index: Source/core/svg/SVGPolygonElement.h
|
| diff --git a/Source/core/svg/SVGPolygonElement.h b/Source/core/svg/SVGPolygonElement.h
|
| index 5d54691177fa0d8a51f69f9ac37ec41125d431f8..c8117ab12212b302d583c9cd89019cef882aef13 100644
|
| --- a/Source/core/svg/SVGPolygonElement.h
|
| +++ b/Source/core/svg/SVGPolygonElement.h
|
| @@ -28,7 +28,7 @@ namespace WebCore {
|
|
|
| class SVGPolygonElement FINAL : public SVGPolyElement {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGPolygonElement);
|
| + DECLARE_NODE_FACTORY(SVGPolygonElement);
|
|
|
| private:
|
| explicit SVGPolygonElement(Document&);
|
|
|