Bug 1720314 - Part 2: Remove HTMLFormElement::mWebProgress; r=smaug

Depends on D119776

Differential Revision: https://phabricator.services.mozilla.com/D119777
This commit is contained in:
Edgar Chen
2021-07-13 16:32:51 +00:00
parent 691e17dbb8
commit 48de72fff7

View File

@@ -556,8 +556,6 @@ class HTMLFormElement final : public nsGenericHTMLElement,
/** The pending submission object */
UniquePtr<HTMLFormSubmission> mPendingSubmission;
/** The web progress object we are currently listening to */
nsWeakPtr mWebProgress;
/** The target browsing context, if any. */
RefPtr<BrowsingContext> mTargetContext;