| Index: Source/core/animation/AnimatableTransform.h
|
| diff --git a/Source/core/animation/AnimatableTransform.h b/Source/core/animation/AnimatableTransform.h
|
| index 7fa85323fbc11f2884b3abbfa30a9757a302643e..2733bdf8effc8c0f1408e1a0469d088a5b26f39e 100644
|
| --- a/Source/core/animation/AnimatableTransform.h
|
| +++ b/Source/core/animation/AnimatableTransform.h
|
| @@ -36,7 +36,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class AnimatableTransform : public AnimatableValue {
|
| +class AnimatableTransform FINAL : public AnimatableValue {
|
| public:
|
| virtual ~AnimatableTransform() { }
|
| static PassRefPtr<AnimatableTransform> create(const TransformOperations&);
|
|
|