Index: Source/core/svg/SVGPolygonElement.h |
diff --git a/Source/core/svg/SVGPolygonElement.h b/Source/core/svg/SVGPolygonElement.h |
index dfa85d7576678797a9e1dab92f851086285a6ec8..0076f6495aa91bb43a837a47825b68c5d5505d29 100644 |
--- a/Source/core/svg/SVGPolygonElement.h |
+++ b/Source/core/svg/SVGPolygonElement.h |
@@ -28,10 +28,10 @@ namespace WebCore { |
class SVGPolygonElement FINAL : public SVGPolyElement { |
public: |
- static PassRefPtr<SVGPolygonElement> create(const QualifiedName&, Document*); |
+ static PassRefPtr<SVGPolygonElement> create(const QualifiedName&, Document&); |
private: |
- SVGPolygonElement(const QualifiedName&, Document*); |
+ SVGPolygonElement(const QualifiedName&, Document&); |
}; |
inline SVGPolygonElement* toSVGPolygonElement(Node* node) |