Index: Source/core/animation/AnimatableImage.h |
diff --git a/Source/core/animation/AnimatableImage.h b/Source/core/animation/AnimatableImage.h |
index e61777f5e047cc05f3f2eb20e94bebf5709950c9..1557d06fc586435c664dc852766d05127bc49e9d 100644 |
--- a/Source/core/animation/AnimatableImage.h |
+++ b/Source/core/animation/AnimatableImage.h |
@@ -37,7 +37,7 @@ |
namespace WebCore { |
-class AnimatableImage : public AnimatableValue { |
+class AnimatableImage FINAL : public AnimatableValue { |
public: |
virtual ~AnimatableImage() { } |
static PassRefPtr<AnimatableImage> create(StyleImage* image) |