Index: Source/core/animation/AnimatableFilterOperations.h |
diff --git a/Source/core/animation/AnimatableFilterOperations.h b/Source/core/animation/AnimatableFilterOperations.h |
index 01c079db5177413f6ef1f5e3e188db86a5ce5adf..a67264f9aa6f86ba216ecc00dd4ccd7e71e6bd0e 100644 |
--- a/Source/core/animation/AnimatableFilterOperations.h |
+++ b/Source/core/animation/AnimatableFilterOperations.h |
@@ -36,7 +36,7 @@ |
namespace WebCore { |
-class AnimatableFilterOperations : public AnimatableValue { |
+class AnimatableFilterOperations FINAL : public AnimatableValue { |
public: |
virtual ~AnimatableFilterOperations() { } |
static PassRefPtr<AnimatableFilterOperations> create(const FilterOperations& operations) |