summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/core/svg/SVGElementInstanceList.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/svg/SVGElementInstanceList.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/svg/SVGElementInstanceList.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/core/svg/SVGElementInstanceList.h b/chromium/third_party/WebKit/Source/core/svg/SVGElementInstanceList.h
index 5cc7bf3ca12..2ac15927df0 100644
--- a/chromium/third_party/WebKit/Source/core/svg/SVGElementInstanceList.h
+++ b/chromium/third_party/WebKit/Source/core/svg/SVGElementInstanceList.h
@@ -28,10 +28,9 @@ namespace WebCore {
class SVGElementInstance;
-class SVGElementInstanceList : public RefCounted<SVGElementInstanceList>, public ScriptWrappable {
+class SVGElementInstanceList FINAL : public RefCounted<SVGElementInstanceList>, public ScriptWrappable {
public:
static PassRefPtr<SVGElementInstanceList> create(PassRefPtr<SVGElementInstance> root) { return adoptRef(new SVGElementInstanceList(root)); }
- virtual ~SVGElementInstanceList();
unsigned length() const;
SVGElementInstance* item(unsigned index);