Index: Source/core/svg/SVGFEFuncRElement.h |
diff --git a/Source/core/svg/SVGFEFuncRElement.h b/Source/core/svg/SVGFEFuncRElement.h |
index f467f5fcd7aeed208c88abe052331c1992c6966e..8b76e467bd64dd62494cda6c5720266e688232f9 100644 |
--- a/Source/core/svg/SVGFEFuncRElement.h |
+++ b/Source/core/svg/SVGFEFuncRElement.h |
@@ -27,10 +27,10 @@ namespace WebCore { |
class SVGFEFuncRElement FINAL : public SVGComponentTransferFunctionElement { |
public: |
- static PassRefPtr<SVGFEFuncRElement> create(const QualifiedName&, Document*); |
+ static PassRefPtr<SVGFEFuncRElement> create(const QualifiedName&, Document&); |
private: |
- SVGFEFuncRElement(const QualifiedName&, Document*); |
+ SVGFEFuncRElement(const QualifiedName&, Document&); |
}; |
} // namespace WebCore |