| Index: Source/core/svg/SVGTextPositioningElement.h
|
| diff --git a/Source/core/svg/SVGTextPositioningElement.h b/Source/core/svg/SVGTextPositioningElement.h
|
| index 1421814a88bb82ea7c532ad24233ecc422bfeb50..665315c38a257b1e9c707b3dc9484c36763e2037 100644
|
| --- a/Source/core/svg/SVGTextPositioningElement.h
|
| +++ b/Source/core/svg/SVGTextPositioningElement.h
|
| @@ -32,7 +32,7 @@ public:
|
| static SVGTextPositioningElement* elementFromRenderer(RenderObject*);
|
|
|
| protected:
|
| - SVGTextPositioningElement(const QualifiedName&, Document*);
|
| + SVGTextPositioningElement(const QualifiedName&, Document&);
|
|
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
|
|