Index: Source/core/animation/AnimatableLengthPoint.h |
diff --git a/Source/core/animation/AnimatableLengthPoint.h b/Source/core/animation/AnimatableLengthPoint.h |
index 60b3e03f1527ae788621db4fa57d905c072ff847..5728046189baef693272f3ab012caeb352761b98 100644 |
--- a/Source/core/animation/AnimatableLengthPoint.h |
+++ b/Source/core/animation/AnimatableLengthPoint.h |
@@ -35,7 +35,7 @@ |
namespace WebCore { |
-class AnimatableLengthPoint : public AnimatableValue { |
+class AnimatableLengthPoint FINAL : public AnimatableValue { |
public: |
virtual ~AnimatableLengthPoint() { } |
static PassRefPtr<AnimatableLengthPoint> create(PassRefPtr<AnimatableValue> x, PassRefPtr<AnimatableValue> y) |