| Index: Source/core/html/HTMLFormElement.h
|
| diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h
|
| index f4057685a6e75517df549d87a7d48ebc7f869fd0..1af65dbf2e6cf3cbcde8deb1a53361d1d06e8cb5 100644
|
| --- a/Source/core/html/HTMLFormElement.h
|
| +++ b/Source/core/html/HTMLFormElement.h
|
| @@ -46,10 +46,6 @@
|
| static PassRefPtrWillBeRawPtr<HTMLFormElement> create(Document&);
|
| 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> >&);
|
|
|