| Index: Source/core/animation/AnimatableNeutral.h
|
| diff --git a/Source/core/animation/AnimatableNeutral.h b/Source/core/animation/AnimatableNeutral.h
|
| index 5b8759ce45bcc445194bd79896b71a01dee33944..1001f58f478ce720e32df6c850952943625d171b 100644
|
| --- a/Source/core/animation/AnimatableNeutral.h
|
| +++ b/Source/core/animation/AnimatableNeutral.h
|
| @@ -35,7 +35,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class AnimatableNeutral : public AnimatableValue {
|
| +class AnimatableNeutral FINAL : public AnimatableValue {
|
| public:
|
| virtual ~AnimatableNeutral() { }
|
|
|
|
|