| Index: Source/core/animation/AnimatableLengthBox.h
 | 
| diff --git a/Source/core/animation/AnimatableLengthBox.h b/Source/core/animation/AnimatableLengthBox.h
 | 
| index b7ea5be5f6a197391e6f8578267161fc9fe8f581..209ae907213ef7b40b47af75c45105de978362e9 100644
 | 
| --- a/Source/core/animation/AnimatableLengthBox.h
 | 
| +++ b/Source/core/animation/AnimatableLengthBox.h
 | 
| @@ -35,7 +35,7 @@
 | 
|  
 | 
|  namespace WebCore {
 | 
|  
 | 
| -class AnimatableLengthBox : public AnimatableValue {
 | 
| +class AnimatableLengthBox FINAL : public AnimatableValue {
 | 
|  public:
 | 
|      virtual ~AnimatableLengthBox() { }
 | 
|      static PassRefPtr<AnimatableLengthBox> create(PassRefPtr<AnimatableValue> left, PassRefPtr<AnimatableValue> right, PassRefPtr<AnimatableValue> top, PassRefPtr<AnimatableValue> bottom)
 | 
| 
 |