mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1164264 - [EME] If there are no plugins left, don't wait for anything to shutdown. r=cpearce
This commit is contained in:
parent
2e4d918553
commit
77a0e64f26
@ -254,6 +254,7 @@ GeckoMediaPluginServiceParent::Observe(nsISupports* aSubject,
|
||||
NS_DISPATCH_NORMAL);
|
||||
} else {
|
||||
MOZ_ASSERT(mPlugins.IsEmpty());
|
||||
mWaitingForPluginsAsyncShutdown = false;
|
||||
}
|
||||
|
||||
// Wait for plugins to do async shutdown...
|
||||
|
Loading…
Reference in New Issue
Block a user