Index: Source/core/svg/SVGElementInstanceList.h |
diff --git a/Source/core/svg/SVGElementInstanceList.h b/Source/core/svg/SVGElementInstanceList.h |
index 37e59c609a2ebf9ea5741f62d760214089c9a558..2ac15927df0da877a6ce5f678880314fb08d60ef 100644 |
--- a/Source/core/svg/SVGElementInstanceList.h |
+++ b/Source/core/svg/SVGElementInstanceList.h |
@@ -28,7 +28,7 @@ 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)); } |