Index: Source/core/svg/SVGTextContentElement.h |
diff --git a/Source/core/svg/SVGTextContentElement.h b/Source/core/svg/SVGTextContentElement.h |
index 3cccd0ee78dacf33cfb688e346a9dc914798da37..255330e8692839481f145cb3c6a4567dfefb06d0 100644 |
--- a/Source/core/svg/SVGTextContentElement.h |
+++ b/Source/core/svg/SVGTextContentElement.h |
@@ -95,7 +95,7 @@ public: |
static const SVGPropertyInfo* textLengthPropertyInfo(); |
protected: |
- SVGTextContentElement(const QualifiedName&, Document*); |
+ SVGTextContentElement(const QualifiedName&, Document&); |
virtual bool isValid() const { return SVGTests::isValid(); } |