Index: third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h |
diff --git a/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h b/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h |
index 826f30cc1366e00fd42ff621e87785adbb4d8824..2db1707b69092fdc4347dd732c457bf7ddb85ff5 100644 |
--- a/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h |
+++ b/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h |
@@ -55,8 +55,7 @@ class CORE_EXPORT SVGSMILElement : public SVGElement, public SVGTests { |
InsertionNotificationRequest insertedInto(ContainerNode*) override; |
void removedFrom(ContainerNode*) override; |
- virtual bool hasValidAttributeType() = 0; |
- virtual bool hasValidAttributeName(); |
+ virtual bool hasValidTarget(); |
virtual void animationAttributeChanged() = 0; |
SMILTimeContainer* timeContainer() const { return m_timeContainer.get(); } |