Bug 1695636 - Part 1: Remove nsresult return value from HTMLInputElement::MaybeSubmitForm; r=masayuki
Differential Revision: https://phabricator.services.mozilla.com/D135226
This commit is contained in:
@@ -1000,7 +1000,7 @@ class HTMLInputElement final : public TextControlElement,
|
||||
* MaybeSubmitForm looks for a submit input or a single text control
|
||||
* and submits the form if either is present.
|
||||
*/
|
||||
MOZ_CAN_RUN_SCRIPT nsresult MaybeSubmitForm(nsPresContext* aPresContext);
|
||||
MOZ_CAN_RUN_SCRIPT void MaybeSubmitForm(nsPresContext* aPresContext);
|
||||
|
||||
/**
|
||||
* Update mFileList with the currently selected file.
|
||||
|
||||
Reference in New Issue
Block a user