| Index: third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.h | 
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.h b/third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.h | 
| index 094b43a40bb0c0e202bbd4a1b0fee182bc99ca09..9ffefaf0d2aea43309fc4a1134ac47238764fa34 100644 | 
| --- a/third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.h | 
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.h | 
| @@ -37,7 +37,7 @@ class SVGAnimateTransformElement final : public SVGAnimateElement { | 
| private: | 
| explicit SVGAnimateTransformElement(Document&); | 
|  | 
| -  bool hasValidAttributeType() override; | 
| +  bool hasValidTarget() override; | 
|  | 
| void parseAttribute(const QualifiedName&, | 
| const AtomicString&, | 
|  |