Index: Source/core/svg/SVGGraphicsElement.h |
diff --git a/Source/core/svg/SVGGraphicsElement.h b/Source/core/svg/SVGGraphicsElement.h |
index 103a524424e50cadb98b3c031f50ebd8cc250908..d02a8db70d057169ae38b5d1bd82e77b6b52327d 100644 |
--- a/Source/core/svg/SVGGraphicsElement.h |
+++ b/Source/core/svg/SVGGraphicsElement.h |
@@ -51,7 +51,7 @@ public: |
virtual RenderObject* createRenderer(RenderStyle*); |
protected: |
- SVGGraphicsElement(const QualifiedName&, Document*, ConstructionType = CreateSVGElement); |
+ SVGGraphicsElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement); |
bool isSupportedAttribute(const QualifiedName&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |