Index: Source/core/svg/properties/SVGAnimatedPropertyTearOff.h |
diff --git a/Source/core/svg/properties/SVGAnimatedPropertyTearOff.h b/Source/core/svg/properties/SVGAnimatedPropertyTearOff.h |
index c425b3b67bd03943fd6bc31cd68b14d5832e9c05..2216274028954856bd3fa55ecd95944b8615bfea 100644 |
--- a/Source/core/svg/properties/SVGAnimatedPropertyTearOff.h |
+++ b/Source/core/svg/properties/SVGAnimatedPropertyTearOff.h |
@@ -27,7 +27,7 @@ |
namespace WebCore { |
template<typename PropertyType> |
-class SVGAnimatedPropertyTearOff : public SVGAnimatedProperty, public ScriptWrappable { |
+class SVGAnimatedPropertyTearOff FINAL : public SVGAnimatedProperty, public ScriptWrappable { |
public: |
typedef SVGPropertyTearOff<PropertyType> PropertyTearOff; |
typedef PropertyType ContentType; |