Index: Source/core/svg/SVGDefsElement.h |
diff --git a/Source/core/svg/SVGDefsElement.h b/Source/core/svg/SVGDefsElement.h |
index 0b60150d20d36f65c9f6f13d56de710a5b0d66d5..b29d526c92440602f86f1402dcc02880c316b666 100644 |
--- a/Source/core/svg/SVGDefsElement.h |
+++ b/Source/core/svg/SVGDefsElement.h |
@@ -30,10 +30,10 @@ namespace WebCore { |
class SVGDefsElement FINAL : public SVGGraphicsElement, |
public SVGExternalResourcesRequired { |
public: |
- static PassRefPtr<SVGDefsElement> create(const QualifiedName&, Document*); |
+ static PassRefPtr<SVGDefsElement> create(const QualifiedName&, Document&); |
private: |
- SVGDefsElement(const QualifiedName&, Document*); |
+ SVGDefsElement(const QualifiedName&, Document&); |
virtual bool isValid() const; |