| Index: third_party/WebKit/Source/core/svg/SVGElement.h | 
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.h b/third_party/WebKit/Source/core/svg/SVGElement.h | 
| index 5df01148f2673bd9d14c84f6d4421c0851ddc769..3555a7f30630975f4b9ebc54c789fb9e9f677552 100644 | 
| --- a/third_party/WebKit/Source/core/svg/SVGElement.h | 
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.h | 
| @@ -90,6 +90,7 @@ public: | 
| void clearWebAnimatedAttributes(); | 
|  | 
| void setAnimatedAttribute(const QualifiedName&, SVGPropertyBase*); | 
| +    void invalidateAnimatedAttribute(const QualifiedName&); | 
| void clearAnimatedAttribute(const QualifiedName&); | 
|  | 
| SVGSVGElement* ownerSVGElement() const; | 
|  |