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