| Index: WebCore/html/HTMLFormElement.h
|
| ===================================================================
|
| --- WebCore/html/HTMLFormElement.h (revision 58048)
|
| +++ WebCore/html/HTMLFormElement.h (working copy)
|
| @@ -98,8 +98,6 @@
|
|
|
| virtual String target() const;
|
|
|
| - FormSubmissionTrigger submissionTrigger() const;
|
| -
|
| HTMLFormControlElement* defaultButton() const;
|
|
|
| bool checkValidity();
|
| @@ -155,8 +153,6 @@
|
| Vector<HTMLFormControlElement*> m_associatedElements;
|
| Vector<HTMLImageElement*> m_imageElements;
|
|
|
| - FormSubmissionTrigger m_submissionTrigger;
|
| -
|
| bool m_autocomplete : 1;
|
| bool m_insubmit : 1;
|
| bool m_doingsubmit : 1;
|
|
|