Bug 1719703 - Implement cancel event on <input type=file>. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D119437
This commit is contained in:
@@ -1649,7 +1649,7 @@ class HTMLInputElement final : public TextControlElement,
|
||||
|
||||
private:
|
||||
nsCOMPtr<nsIFilePicker> mFilePicker;
|
||||
RefPtr<HTMLInputElement> mInput;
|
||||
const RefPtr<HTMLInputElement> mInput;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user