diff --git a/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp b/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp index f2d8dd7330a..41ece49d24f 100644 --- a/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp +++ b/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp @@ -4380,8 +4380,10 @@ NS_IMETHODIMP nsPluginHostImpl::LoadPlugins() if(mPluginsLoaded) return NS_OK; +#ifdef CALL_SAFETY_ON // check preferences on whether or not we want to try safe calls to plugins NS_INIT_PLUGIN_SAFE_CALLS; +#endif // retrieve a path for layout module. Needed for plugin mime types registration nsCOMPtr path;