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