From 62c2f515e49c79c2cfef1479fad43a6efd729a70 Mon Sep 17 00:00:00 2001 From: "peterlubczynski%netscape.com" Date: Thu, 11 Oct 2001 05:40:00 +0000 Subject: [PATCH] Fixing bustage... git-svn-id: svn://10.0.0.236/trunk@105144 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp | 2 ++ 1 file changed, 2 insertions(+) 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;