Index: Source/core/html/HTMLFormElement.h |
diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h |
index 045b59c298fd98d3c207c8f6150515b3fc58d843..a9804d0c3906da29af5117b8f123c15cfcd2ac80 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 matchesValidityPseudoClasses() const override final; |
+ virtual bool isValidElement() override final; |
+ void setNeedsValidityCheck(); |
+ |
PassRefPtrWillBeRawPtr<HTMLFormControlsCollection> elements(); |
void getNamedElements(const AtomicString&, WillBeHeapVector<RefPtrWillBeMember<Element> >&); |