Index: third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h b/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h |
index ac866dbdff84b137cd8164035c0b023cc73e7eed..3e2e0da8e9718c06f175c41ba5ae54ea4ea31f48 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h |
@@ -38,8 +38,7 @@ class SVGAnimateMotionElement final : public SVGAnimationElement { |
private: |
explicit SVGAnimateMotionElement(Document&); |
- bool hasValidAttributeType() override; |
- bool hasValidAttributeName() override; |
+ bool hasValidTarget() override; |
void parseAttribute(const QualifiedName&, |
const AtomicString&, |