diff options
Diffstat (limited to 'WebCore/svg/SVGLengthList.h')
-rw-r--r-- | WebCore/svg/SVGLengthList.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/svg/SVGLengthList.h b/WebCore/svg/SVGLengthList.h index bbabf62..27b958f 100644 --- a/WebCore/svg/SVGLengthList.h +++ b/WebCore/svg/SVGLengthList.h @@ -30,9 +30,8 @@ namespace WebCore { class SVGLengthList : public SVGPODList<SVGLength> { public: static PassRefPtr<SVGLengthList> create(const QualifiedName& attributeName) { return adoptRef(new SVGLengthList(attributeName)); } - virtual ~SVGLengthList(); - void parse(const String& value, SVGLengthMode mode); + void parse(const String& value, SVGLengthMode); String valueAsString() const; |