Index: Source/core/animation/AnimatableStrokeDasharrayList.h |
diff --git a/Source/core/animation/AnimatableStrokeDasharrayList.h b/Source/core/animation/AnimatableStrokeDasharrayList.h |
index 8efea25ad537964c5b30393d173ecc1f612aee89..50855b8178e47c20782c01ffecd900ccf8068cbe 100644 |
--- a/Source/core/animation/AnimatableStrokeDasharrayList.h |
+++ b/Source/core/animation/AnimatableStrokeDasharrayList.h |
@@ -36,7 +36,7 @@ |
namespace WebCore { |
-class AnimatableStrokeDasharrayList: public AnimatableRepeatable { |
+class AnimatableStrokeDasharrayList FINAL : public AnimatableRepeatable { |
public: |
virtual ~AnimatableStrokeDasharrayList() { } |
@@ -59,7 +59,7 @@ private: |
{ |
} |
- virtual AnimatableType type() const { return TypeStrokeDasharrayList; } |
+ virtual AnimatableType type() const OVERRIDE { return TypeStrokeDasharrayList; } |
}; |
DEFINE_ANIMATABLE_VALUE_TYPE_CASTS(AnimatableStrokeDasharrayList, isStrokeDasharrayList()); |