Index: Source/core/svg/SVGAnimateColorElement.h |
diff --git a/Source/core/svg/SVGAnimateColorElement.h b/Source/core/svg/SVGAnimateColorElement.h |
index 3b029c52a6e8e1a1a6eca6a5a30e6465f28c6e4f..2cad4b3a0004fb996ee70f495ecd5c8e677208f2 100644 |
--- a/Source/core/svg/SVGAnimateColorElement.h |
+++ b/Source/core/svg/SVGAnimateColorElement.h |
@@ -27,7 +27,7 @@ |
namespace WebCore { |
-class SVGAnimateColorElement : public SVGAnimateElement { |
+class SVGAnimateColorElement FINAL : public SVGAnimateElement { |
public: |
static PassRefPtr<SVGAnimateColorElement> create(const QualifiedName&, Document*); |