зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
8abc83ace0
Коммит
badf2095ff
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче