Bug 1333887 - Hold nsNPAPIPlugin alive for active nsNPAPIPluginInstance objects. This should happen through the plugin tag, but apparently that isn't always working. r=qdot
This commit is contained in:
@@ -210,8 +210,6 @@ static void CheckClassInitialized()
|
||||
NPN_PLUGIN_LOG(PLUGIN_LOG_NORMAL,("NPN callbacks initialized\n"));
|
||||
}
|
||||
|
||||
NS_IMPL_ISUPPORTS0(nsNPAPIPlugin)
|
||||
|
||||
nsNPAPIPlugin::nsNPAPIPlugin()
|
||||
{
|
||||
memset((void*)&mPluginFuncs, 0, sizeof(mPluginFuncs));
|
||||
|
||||
Reference in New Issue
Block a user