Index: Source/core/svg/SVGFEImageElement.h |
diff --git a/Source/core/svg/SVGFEImageElement.h b/Source/core/svg/SVGFEImageElement.h |
index 69af3398434018bf4395b812aece9ddade286020..e1a8987e9c058b14b87dd725da2308aab99cdb57 100644 |
--- a/Source/core/svg/SVGFEImageElement.h |
+++ b/Source/core/svg/SVGFEImageElement.h |
@@ -38,12 +38,12 @@ class SVGFEImageElement FINAL : public SVGFilterPrimitiveStandardAttributes, |
public SVGExternalResourcesRequired, |
public ImageResourceClient { |
public: |
- static PassRefPtr<SVGFEImageElement> create(const QualifiedName&, Document*); |
+ static PassRefPtr<SVGFEImageElement> create(const QualifiedName&, Document&); |
virtual ~SVGFEImageElement(); |
private: |
- SVGFEImageElement(const QualifiedName&, Document*); |
+ SVGFEImageElement(const QualifiedName&, Document&); |
bool isSupportedAttribute(const QualifiedName&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |