Index: Source/core/svg/SVGTitleElement.h |
diff --git a/Source/core/svg/SVGTitleElement.h b/Source/core/svg/SVGTitleElement.h |
index ab513b6c7395143496f2d5b1afba823028194a2a..023540a9ab7fcfce78bfdac249f6cb6cbc1e4f45 100644 |
--- a/Source/core/svg/SVGTitleElement.h |
+++ b/Source/core/svg/SVGTitleElement.h |
@@ -27,10 +27,10 @@ namespace WebCore { |
class SVGTitleElement FINAL : public SVGElement { |
public: |
- static PassRefPtr<SVGTitleElement> create(const QualifiedName&, Document*); |
+ static PassRefPtr<SVGTitleElement> create(const QualifiedName&, Document&); |
private: |
- SVGTitleElement(const QualifiedName&, Document*); |
+ SVGTitleElement(const QualifiedName&, Document&); |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
virtual void removedFrom(ContainerNode*) OVERRIDE; |