| Index: Source/core/animation/AnimatableLengthBoxAndBool.h
|
| diff --git a/Source/core/animation/AnimatableLengthBoxAndBool.h b/Source/core/animation/AnimatableLengthBoxAndBool.h
|
| index dc1f05fcad83c2380edb99e5859e85ebd49baff8..96c1e6f0cbb66e6685602a46a6c0aece8d7e2321 100644
|
| --- a/Source/core/animation/AnimatableLengthBoxAndBool.h
|
| +++ b/Source/core/animation/AnimatableLengthBoxAndBool.h
|
| @@ -35,7 +35,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class AnimatableLengthBoxAndBool : public AnimatableValue {
|
| +class AnimatableLengthBoxAndBool FINAL : public AnimatableValue {
|
| public:
|
| virtual ~AnimatableLengthBoxAndBool() { }
|
| static PassRefPtr<AnimatableLengthBoxAndBool> create(PassRefPtr<AnimatableValue> box, bool flag)
|
|
|