diff options
Diffstat (limited to 'WebCore/svg/SVGPolygonElement.h')
-rw-r--r-- | WebCore/svg/SVGPolygonElement.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/WebCore/svg/SVGPolygonElement.h b/WebCore/svg/SVGPolygonElement.h index 76b11a2..7a5bda8 100644 --- a/WebCore/svg/SVGPolygonElement.h +++ b/WebCore/svg/SVGPolygonElement.h @@ -28,8 +28,10 @@ namespace WebCore { class SVGPolygonElement : public SVGPolyElement { public: + static PassRefPtr<SVGPolygonElement> create(const QualifiedName&, Document*); + + private: SVGPolygonElement(const QualifiedName&, Document*); - virtual ~SVGPolygonElement(); virtual Path toPathData() const; }; |