Bug 1554122 - Rename nsAutoPopupStatePusher* to AutoPopupStatePusher; r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D32457
This commit is contained in:
Edgar Chen
2019-05-24 12:42:29 +00:00
parent a7f95e5d18
commit ea9872bc1b
14 changed files with 29 additions and 30 deletions

View File

@@ -2343,7 +2343,7 @@ bool nsGenericHTMLElement::PerformAccesskey(bool aKeyCausesActivation,
if (aKeyCausesActivation) {
// Click on it if the users prefs indicate to do so.
nsAutoPopupStatePusher popupStatePusher(
AutoPopupStatePusher popupStatePusher(
aIsTrustedEvent ? PopupBlocker::openAllowed : PopupBlocker::openAbused);
DispatchSimulatedClick(this, aIsTrustedEvent, presContext);
}