| Index: third_party/WebKit/Source/core/html/HTMLFormElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFormElement.h b/third_party/WebKit/Source/core/html/HTMLFormElement.h
|
| index 0a4c213abf98c3619a8c92b6ce069cf489da57ac..d5db2576aa919d49b087f623a15cf7475201e499 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormElement.h
|
| @@ -66,7 +66,7 @@ public:
|
| void disassociate(HTMLImageElement&);
|
| void didAssociateByParser();
|
|
|
| - void prepareForSubmission(Event*);
|
| + void prepareForSubmission(Event*, HTMLFormControlElement* submitButton);
|
| void submitFromJavaScript();
|
| void reset();
|
|
|
| @@ -119,7 +119,7 @@ private:
|
| void copyNonAttributePropertiesFromElement(const Element&) override;
|
|
|
| void submitDialog(FormSubmission*);
|
| - void submit(Event*, bool activateSubmitButton);
|
| + void submit(Event*, HTMLFormControlElement* submitButton);
|
|
|
| void scheduleFormSubmission(FormSubmission*);
|
|
|
|
|