Bug 1720314 - Part 1: Remove HTMLFormElement::mSubmittingRequest; r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D119776
This commit is contained in:
Edgar Chen
2021-07-13 16:32:51 +00:00
parent 41b3687ccf
commit 691e17dbb8
2 changed files with 0 additions and 4 deletions

View File

@@ -556,8 +556,6 @@ class HTMLFormElement final : public nsGenericHTMLElement,
/** The pending submission object */
UniquePtr<HTMLFormSubmission> mPendingSubmission;
/** The request currently being submitted */
nsCOMPtr<nsIRequest> mSubmittingRequest;
/** The web progress object we are currently listening to */
nsWeakPtr mWebProgress;