mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Partly fix test bustage from bug 532751: set mShutdown before notifying the nsNPAPIPlugin, so that it doesn't re-enter IPC methods.
This commit is contained in:
parent
8ba8e5aaab
commit
5035b52067
@ -98,9 +98,10 @@ PluginModuleParent::ActorDestroy(ActorDestroyReason why)
|
||||
{
|
||||
switch (why) {
|
||||
case AbnormalShutdown:
|
||||
mShutdown = true;
|
||||
if (mPlugin)
|
||||
mPlugin->PluginCrashed();
|
||||
// FALL THROUGH
|
||||
break;
|
||||
|
||||
case NormalShutdown:
|
||||
mShutdown = true;
|
||||
|
Loading…
Reference in New Issue
Block a user