| Index: Source/core/svg/SVGTSpanElement.h
|
| diff --git a/Source/core/svg/SVGTSpanElement.h b/Source/core/svg/SVGTSpanElement.h
|
| index 05236fe8a40566c46ebf960f645893c1bfeba4a8..eefa8e2cc166fbd3116f41fdc75850e2b939240f 100644
|
| --- a/Source/core/svg/SVGTSpanElement.h
|
| +++ b/Source/core/svg/SVGTSpanElement.h
|
| @@ -27,10 +27,10 @@ namespace WebCore {
|
|
|
| class SVGTSpanElement FINAL : public SVGTextPositioningElement {
|
| public:
|
| - static PassRefPtr<SVGTSpanElement> create(const QualifiedName&, Document*);
|
| + static PassRefPtr<SVGTSpanElement> create(const QualifiedName&, Document&);
|
|
|
| private:
|
| - SVGTSpanElement(const QualifiedName&, Document*);
|
| + SVGTSpanElement(const QualifiedName&, Document&);
|
|
|
| virtual RenderObject* createRenderer(RenderStyle*);
|
| virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const;
|
|
|