mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1222109 - Initialize mHasGamepadListener in InitializeMembers(); r=cleu
This commit is contained in:
parent
1c8b62dd82
commit
100dc5470f
@ -2383,6 +2383,7 @@ ContentParent::InitializeMembers()
|
||||
mShutdownPending = false;
|
||||
mIPCOpen = true;
|
||||
mHangMonitorActor = nullptr;
|
||||
mHasGamepadListener = false;
|
||||
}
|
||||
|
||||
bool
|
||||
@ -2426,7 +2427,6 @@ ContentParent::ContentParent(mozIApplication* aApp,
|
||||
, mOpener(aOpener)
|
||||
, mIsForBrowser(aIsForBrowser)
|
||||
, mIsNuwaProcess(aIsNuwaProcess)
|
||||
, mHasGamepadListener(false)
|
||||
{
|
||||
InitializeMembers(); // Perform common initialization.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user