| Index: Source/core/svg/SVGAnimateTransformElement.h
 | 
| diff --git a/Source/core/svg/SVGAnimateTransformElement.h b/Source/core/svg/SVGAnimateTransformElement.h
 | 
| index 3329f891442ca18a72ea2daffe6a4c33ae677639..16b46378f4b426e30febc14a7a630aeb2e35779f 100644
 | 
| --- a/Source/core/svg/SVGAnimateTransformElement.h
 | 
| +++ b/Source/core/svg/SVGAnimateTransformElement.h
 | 
| @@ -39,7 +39,7 @@ public:
 | 
|  private:
 | 
|      explicit SVGAnimateTransformElement(Document&);
 | 
|  
 | 
| -    virtual bool hasValidAttributeType();
 | 
| +    virtual bool hasValidAttributeType() OVERRIDE;
 | 
|  
 | 
|      bool isSupportedAttribute(const QualifiedName&);
 | 
|      virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
 | 
| 
 |