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