Index: Source/core/html/HTMLFormElement.h |
diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h |
index 758f5fe70c0642ee43f47bb8da35774927d6b5ab..aa71694b085dd1ede35f371524e17477f6fe1c06 100644 |
--- a/Source/core/html/HTMLFormElement.h |
+++ b/Source/core/html/HTMLFormElement.h |
@@ -127,6 +127,7 @@ private: |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual bool isURLAttribute(const Attribute&) const OVERRIDE; |
+ virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; |
virtual bool shouldRegisterAsNamedItem() const OVERRIDE { return true; } |