| Index: Source/core/svg/SVGFEOffsetElement.h
|
| diff --git a/Source/core/svg/SVGFEOffsetElement.h b/Source/core/svg/SVGFEOffsetElement.h
|
| index 9a8517e0050f82a2fe277dc4a5307b7af72f83e1..a0489a43811fbac7a28b20d6e142747c00a9e6a9 100644
|
| --- a/Source/core/svg/SVGFEOffsetElement.h
|
| +++ b/Source/core/svg/SVGFEOffsetElement.h
|
| @@ -29,10 +29,10 @@ namespace WebCore {
|
|
|
| class SVGFEOffsetElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| public:
|
| - static PassRefPtr<SVGFEOffsetElement> create(const QualifiedName&, Document*);
|
| + static PassRefPtr<SVGFEOffsetElement> create(const QualifiedName&, Document&);
|
|
|
| private:
|
| - SVGFEOffsetElement(const QualifiedName&, Document*);
|
| + SVGFEOffsetElement(const QualifiedName&, Document&);
|
|
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
|
|