From 6fd3204d40938c9863fbe12867c52af6509b520a Mon Sep 17 00:00:00 2001 From: Olli Pettay Date: Thu, 26 Nov 2020 18:51:29 +0000 Subject: [PATCH] Bug 1679417 - Remove the UserActivationState field on BrowsingContext, r=edgar Differential Revision: https://phabricator.services.mozilla.com/D98008 --- docshell/base/BrowsingContext.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/docshell/base/BrowsingContext.h b/docshell/base/BrowsingContext.h index 2abae03069b2..1f511aa05487 100644 --- a/docshell/base/BrowsingContext.h +++ b/docshell/base/BrowsingContext.h @@ -109,9 +109,6 @@ class WindowProxyHolder; FIELD(CurrentInnerWindowId, uint64_t) \ FIELD(HadOriginalOpener, bool) \ FIELD(IsPopupSpam, bool) \ - /* Controls whether the BrowsingContext is currently considered to be \ - * activated by a gesture */ \ - FIELD(UserActivationState, UserActivation::State) \ /* Hold the audio muted state and should be used on top level browsing \ * contexts only */ \ FIELD(Muted, bool) \