summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGTitleElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGTitleElement.h')
-rw-r--r--WebCore/svg/SVGTitleElement.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/svg/SVGTitleElement.h b/WebCore/svg/SVGTitleElement.h
index f3381b1..986f73e 100644
--- a/WebCore/svg/SVGTitleElement.h
+++ b/WebCore/svg/SVGTitleElement.h
@@ -26,9 +26,13 @@
#include "SVGStyledElement.h"
namespace WebCore {
+
class SVGTitleElement : public SVGStyledElement,
public SVGLangSpace {
public:
+ static PassRefPtr<SVGTitleElement> create(const QualifiedName&, Document*);
+
+ private:
SVGTitleElement(const QualifiedName&, Document*);
virtual void insertedIntoDocument();