Index: Source/core/html/HTMLFormElement.h |
diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h |
index 1af65dbf2e6cf3cbcde8deb1a53361d1d06e8cb5..f4057685a6e75517df549d87a7d48ebc7f869fd0 100644 |
--- a/Source/core/html/HTMLFormElement.h |
+++ b/Source/core/html/HTMLFormElement.h |
@@ -47,6 +47,10 @@ public: |
virtual ~HTMLFormElement(); |
virtual void trace(Visitor*) OVERRIDE; |
+ virtual bool willValidate() const OVERRIDE FINAL; |
+ virtual bool isValidElement() OVERRIDE FINAL; |
+ void setNeedsValidityCheck(); |
+ |
PassRefPtrWillBeRawPtr<HTMLFormControlsCollection> elements(); |
void getNamedElements(const AtomicString&, WillBeHeapVector<RefPtrWillBeMember<Element> >&); |