Index: Source/core/animation/AnimatableClipPathOperation.h |
diff --git a/Source/core/animation/AnimatableClipPathOperation.h b/Source/core/animation/AnimatableClipPathOperation.h |
index c6c5c106e843756cccd3135e9d9d2013dda3d6b7..5d798c2ef5ca34c4b2c852c4a9cff2212b21d88d 100644 |
--- a/Source/core/animation/AnimatableClipPathOperation.h |
+++ b/Source/core/animation/AnimatableClipPathOperation.h |
@@ -36,7 +36,7 @@ |
namespace WebCore { |
-class AnimatableClipPathOperation : public AnimatableValue { |
+class AnimatableClipPathOperation FINAL : public AnimatableValue { |
public: |
virtual ~AnimatableClipPathOperation() { } |
static PassRefPtr<AnimatableClipPathOperation> create(ClipPathOperation* operation) |