Index: Source/core/animation/AnimatableShapeValue.h |
diff --git a/Source/core/animation/AnimatableShapeValue.h b/Source/core/animation/AnimatableShapeValue.h |
index 56b4aa20209e7c72197094bcbfba50b89371fb97..99246937ee921c042d5b89b0ecff1e728b0287c7 100644 |
--- a/Source/core/animation/AnimatableShapeValue.h |
+++ b/Source/core/animation/AnimatableShapeValue.h |
@@ -36,7 +36,7 @@ |
namespace WebCore { |
-class AnimatableShapeValue : public AnimatableValue { |
+class AnimatableShapeValue FINAL : public AnimatableValue { |
public: |
virtual ~AnimatableShapeValue() { } |
static PassRefPtr<AnimatableShapeValue> create(ShapeValue* shape) |