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