Index: Source/core/svg/SVGPolyElement.h |
diff --git a/Source/core/svg/SVGPolyElement.h b/Source/core/svg/SVGPolyElement.h |
index f7bb43934931678ad10848f51e5fc06023cda5ed..617de152ec4c5ca2e01dd13fb90b86c1b9321332 100644 |
--- a/Source/core/svg/SVGPolyElement.h |
+++ b/Source/core/svg/SVGPolyElement.h |
@@ -40,7 +40,7 @@ public: |
static const SVGPropertyInfo* pointsPropertyInfo(); |
protected: |
- SVGPolyElement(const QualifiedName&, Document*); |
+ SVGPolyElement(const QualifiedName&, Document&); |
private: |
virtual bool isValid() const { return SVGTests::isValid(); } |