Index: Source/core/html/HTMLAnchorElement.h |
diff --git a/Source/core/html/HTMLAnchorElement.h b/Source/core/html/HTMLAnchorElement.h |
index 821fa349d2d522b2786703ea1f53c5b6084980a7..3f0b3f2d556688648b321ab18d7b71a2dcba8cda 100644 |
--- a/Source/core/html/HTMLAnchorElement.h |
+++ b/Source/core/html/HTMLAnchorElement.h |
@@ -97,6 +97,7 @@ private: |
virtual void setActive(bool = true) OVERRIDE FINAL; |
virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE FINAL; |
virtual bool isURLAttribute(const Attribute&) const OVERRIDE FINAL; |
+ virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE FINAL; |
virtual bool canStartSelection() const OVERRIDE FINAL; |
virtual short tabIndex() const OVERRIDE FINAL; |
virtual bool draggable() const OVERRIDE FINAL; |