| Index: Source/core/svg/SVGTextElement.h
|
| diff --git a/Source/core/svg/SVGTextElement.h b/Source/core/svg/SVGTextElement.h
|
| index 0ec8cbee64b2a428f63f5d2359c3a1c60b1b554e..e90aa833f075d90eb12346f57e3725afe6f374cd 100644
|
| --- a/Source/core/svg/SVGTextElement.h
|
| +++ b/Source/core/svg/SVGTextElement.h
|
| @@ -28,12 +28,12 @@ namespace WebCore {
|
|
|
| class SVGTextElement FINAL : public SVGTextPositioningElement {
|
| public:
|
| - static PassRefPtr<SVGTextElement> create(const QualifiedName&, Document*);
|
| + static PassRefPtr<SVGTextElement> create(const QualifiedName&, Document&);
|
|
|
| virtual AffineTransform animatedLocalTransform() const;
|
|
|
| private:
|
| - SVGTextElement(const QualifiedName&, Document*);
|
| + SVGTextElement(const QualifiedName&, Document&);
|
|
|
| virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
|
|
|
|
|