| Index: Source/core/svg/SVGSVGElement.h
|
| diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h
|
| index fca2053f63207951aac04383699e2677753e401a..969aac5e240f04cbd965817045d73dd67e6f8aa9 100644
|
| --- a/Source/core/svg/SVGSVGElement.h
|
| +++ b/Source/core/svg/SVGSVGElement.h
|
| @@ -44,7 +44,7 @@ class SVGSVGElement FINAL : public SVGGraphicsElement,
|
| public SVGFitToViewBox,
|
| public SVGZoomAndPan {
|
| public:
|
| - static PassRefPtr<SVGSVGElement> create(const QualifiedName&, Document*);
|
| + static PassRefPtr<SVGSVGElement> create(const QualifiedName&, Document&);
|
|
|
| using SVGGraphicsElement::ref;
|
| using SVGGraphicsElement::deref;
|
| @@ -133,7 +133,7 @@ public:
|
| bool hasEmptyViewBox() const { return viewBoxIsValid() && viewBoxCurrentValue().isEmpty(); }
|
|
|
| private:
|
| - SVGSVGElement(const QualifiedName&, Document*);
|
| + SVGSVGElement(const QualifiedName&, Document&);
|
| virtual ~SVGSVGElement();
|
|
|
| virtual bool isSVGSVGElement() const OVERRIDE { return true; }
|
|
|