Bug 1719703 - Implement cancel event on <input type=file>. r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D119437
This commit is contained in:
Tom Schuster
2021-07-11 20:05:03 +00:00
parent 8b26478beb
commit 3e283d0058
4 changed files with 49 additions and 2 deletions

View File

@@ -1649,7 +1649,7 @@ class HTMLInputElement final : public TextControlElement,
private:
nsCOMPtr<nsIFilePicker> mFilePicker;
RefPtr<HTMLInputElement> mInput;
const RefPtr<HTMLInputElement> mInput;
};
};