summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGTSpanElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGTSpanElement.h')
-rw-r--r--WebCore/svg/SVGTSpanElement.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/WebCore/svg/SVGTSpanElement.h b/WebCore/svg/SVGTSpanElement.h
index 3b9357b..9b276a8 100644
--- a/WebCore/svg/SVGTSpanElement.h
+++ b/WebCore/svg/SVGTSpanElement.h
@@ -28,11 +28,13 @@ namespace WebCore {
class SVGTSpanElement : public SVGTextPositioningElement {
public:
+ static PassRefPtr<SVGTSpanElement> create(const QualifiedName&, Document*);
+
+ private:
SVGTSpanElement(const QualifiedName&, Document*);
- virtual ~SVGTSpanElement();
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
- bool childShouldCreateRenderer(Node*) const;
+ virtual bool childShouldCreateRenderer(Node*) const;
};
} // namespace WebCore