Index: Source/core/html/HTMLInputElement.h |
diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h |
index e6dd216a5c4424a7fb7ff1ed07a1333d156d8d8d..25f39794d0b7e5d88be705b303c07d2eaf82c99b 100644 |
--- a/Source/core/html/HTMLInputElement.h |
+++ b/Source/core/html/HTMLInputElement.h |
@@ -338,6 +338,7 @@ private: |
virtual void postDispatchEventHandler(Event*, void* dataFromPreDispatch) OVERRIDE FINAL; |
virtual bool isURLAttribute(const Attribute&) const OVERRIDE FINAL; |
+ virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE FINAL; |
virtual bool isInRange() const OVERRIDE FINAL; |
virtual bool isOutOfRange() const OVERRIDE FINAL; |