| Index: Source/core/svg/SVGMarkerElement.h
|
| diff --git a/Source/core/svg/SVGMarkerElement.h b/Source/core/svg/SVGMarkerElement.h
|
| index 3372c3b1ebe075d7a62a6e29ca305d4d374175ef..cfbdd4b4b859eb8ea11d39100f84f7d39c393591 100644
|
| --- a/Source/core/svg/SVGMarkerElement.h
|
| +++ b/Source/core/svg/SVGMarkerElement.h
|
| @@ -111,7 +111,7 @@ public:
|
| SVG_MARKER_ORIENT_ANGLE = SVGMarkerOrientAngle
|
| };
|
|
|
| - static PassRefPtr<SVGMarkerElement> create(const QualifiedName&, Document*);
|
| + static PassRefPtr<SVGMarkerElement> create(const QualifiedName&, Document&);
|
|
|
| AffineTransform viewBoxToViewTransform(float viewWidth, float viewHeight) const;
|
|
|
| @@ -121,7 +121,7 @@ public:
|
| static const SVGPropertyInfo* orientTypePropertyInfo();
|
|
|
| private:
|
| - SVGMarkerElement(const QualifiedName&, Document*);
|
| + SVGMarkerElement(const QualifiedName&, Document&);
|
|
|
| virtual bool needsPendingResourceHandling() const { return false; }
|
|
|
|
|