| Index: Source/core/animation/AnimatableVisibility.h
|
| diff --git a/Source/core/animation/AnimatableVisibility.h b/Source/core/animation/AnimatableVisibility.h
|
| index c3907ee29a41c04365004607b54086486bc37f2c..c0c7433554552b0a9a8f8477dcc63626721755c8 100644
|
| --- a/Source/core/animation/AnimatableVisibility.h
|
| +++ b/Source/core/animation/AnimatableVisibility.h
|
| @@ -36,7 +36,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class AnimatableVisibility : public AnimatableValue {
|
| +class AnimatableVisibility FINAL : public AnimatableValue {
|
| public:
|
| virtual ~AnimatableVisibility() { }
|
| static PassRefPtr<AnimatableVisibility> create(EVisibility visibility)
|
|
|