passing service manager instead of plugin host.
git-svn-id: svn://10.0.0.236/trunk@23087 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1769,7 +1769,7 @@ NS_IMETHODIMP nsPluginHostImpl::SetUpPluginInstance(const char *aMimeType,
|
||||
{
|
||||
// we have to load an old 4x style plugin
|
||||
nsresult rv = ns4xPlugin::CreatePlugin(plugins->mLibrary, (nsIPlugin **)&plugins->mEntryPoint,
|
||||
(nsISupports*)(nsIPluginManager*) this);
|
||||
mServiceMgr);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -1769,7 +1769,7 @@ NS_IMETHODIMP nsPluginHostImpl::SetUpPluginInstance(const char *aMimeType,
|
||||
{
|
||||
// we have to load an old 4x style plugin
|
||||
nsresult rv = ns4xPlugin::CreatePlugin(plugins->mLibrary, (nsIPlugin **)&plugins->mEntryPoint,
|
||||
(nsISupports*)(nsIPluginManager*) this);
|
||||
mServiceMgr);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user