Bug 1164264 - [EME] If there are no plugins left, don't wait for anything to shutdown. r=cpearce

This commit is contained in:
Gerald Squelart 2015-05-21 00:16:00 -04:00
parent 2e4d918553
commit 77a0e64f26

View File

@ -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...