Index: Source/core/svg/properties/SVGAnimatedPropertyMacros.h |
diff --git a/Source/core/svg/properties/SVGAnimatedPropertyMacros.h b/Source/core/svg/properties/SVGAnimatedPropertyMacros.h |
index 35a8a263a314f5c0d71dde7e84f3d3e8a7861a6b..e864b5cca7876c1c3ff324a06770651fdfa382d8 100644 |
--- a/Source/core/svg/properties/SVGAnimatedPropertyMacros.h |
+++ b/Source/core/svg/properties/SVGAnimatedPropertyMacros.h |
@@ -163,7 +163,7 @@ void OwnerType::synchronize##UpperProperty(SVGElement* maskedOwnerType) \ |
#define BEGIN_DECLARE_ANIMATED_PROPERTIES(OwnerType) \ |
public: \ |
static SVGAttributeToPropertyMap& attributeToPropertyMap(); \ |
- virtual SVGAttributeToPropertyMap& localAttributeToPropertyMap() const OVERRIDE; \ |
+ virtual SVGAttributeToPropertyMap& localAttributeToPropertyMap() const; \ |
typedef OwnerType UseOwnerType; |
#define DECLARE_ANIMATED_PROPERTY(TearOffType, PropertyType, UpperProperty, LowerProperty) \ |