summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGSwitchElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGSwitchElement.h')
-rw-r--r--WebCore/svg/SVGSwitchElement.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/WebCore/svg/SVGSwitchElement.h b/WebCore/svg/SVGSwitchElement.h
index 83b02d5..970cc1f 100644
--- a/WebCore/svg/SVGSwitchElement.h
+++ b/WebCore/svg/SVGSwitchElement.h
@@ -33,8 +33,10 @@ namespace WebCore {
public SVGLangSpace,
public SVGExternalResourcesRequired {
public:
+ static PassRefPtr<SVGSwitchElement> create(const QualifiedName&, Document*);
+
+ private:
SVGSwitchElement(const QualifiedName&, Document*);
- virtual ~SVGSwitchElement();
virtual bool isValid() const { return SVGTests::isValid(); }
@@ -43,7 +45,6 @@ namespace WebCore {
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
virtual void synchronizeProperty(const QualifiedName&);
- private:
// SVGExternalResourcesRequired
DECLARE_ANIMATED_PROPERTY(SVGSwitchElement, SVGNames::externalResourcesRequiredAttr, bool, ExternalResourcesRequired, externalResourcesRequired)
};