| Index: Source/core/svg/SVGComponentTransferFunctionElement.h
|
| diff --git a/Source/core/svg/SVGComponentTransferFunctionElement.h b/Source/core/svg/SVGComponentTransferFunctionElement.h
|
| index 2ffaeb78dab1abe14a993777f3cf2ccb8f70df43..bc3ae703e14bcb2c95de80cb4129306e1d25c613 100644
|
| --- a/Source/core/svg/SVGComponentTransferFunctionElement.h
|
| +++ b/Source/core/svg/SVGComponentTransferFunctionElement.h
|
| @@ -74,7 +74,7 @@ public:
|
| ComponentTransferFunction transferFunction() const;
|
|
|
| protected:
|
| - SVGComponentTransferFunctionElement(const QualifiedName&, Document*);
|
| + SVGComponentTransferFunctionElement(const QualifiedName&, Document&);
|
|
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
|
|