summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGStringList.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGStringList.h')
-rw-r--r--WebCore/svg/SVGStringList.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/svg/SVGStringList.h b/WebCore/svg/SVGStringList.h
index bc234ff..e8841ea 100644
--- a/WebCore/svg/SVGStringList.h
+++ b/WebCore/svg/SVGStringList.h
@@ -30,7 +30,6 @@ namespace WebCore {
class SVGStringList : public SVGList<String> {
public:
static PassRefPtr<SVGStringList> create(const QualifiedName& attributeName) { return adoptRef(new SVGStringList(attributeName)); }
- virtual ~SVGStringList();
void reset(const String& str);
void parse(const String& data, UChar delimiter = ',');