| Index: Source/core/svg/SVGMPathElement.h
|
| diff --git a/Source/core/svg/SVGMPathElement.h b/Source/core/svg/SVGMPathElement.h
|
| index bd412a867c0f210c6994d13c240b87ea29151ce5..f9e5b95bd169a1551290e4f56f7a4a21fdb07b08 100644
|
| --- a/Source/core/svg/SVGMPathElement.h
|
| +++ b/Source/core/svg/SVGMPathElement.h
|
| @@ -35,7 +35,7 @@ class SVGMPathElement FINAL : public SVGElement,
|
| public SVGURIReference,
|
| public SVGExternalResourcesRequired {
|
| public:
|
| - static PassRefPtr<SVGMPathElement> create(const QualifiedName&, Document*);
|
| + static PassRefPtr<SVGMPathElement> create(const QualifiedName&, Document&);
|
|
|
| virtual ~SVGMPathElement();
|
|
|
| @@ -44,7 +44,7 @@ public:
|
| void targetPathChanged();
|
|
|
| private:
|
| - SVGMPathElement(const QualifiedName&, Document*);
|
| + SVGMPathElement(const QualifiedName&, Document&);
|
|
|
| void buildPendingResource();
|
| void clearResourceReferences();
|
|
|