Fix for bug 166815 -- pref plugin.dont_try_safe_calls is ignored, code=serge, r=av, sr=beard

git-svn-id: svn://10.0.0.236/trunk@129518 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
av%netscape.com 2002-09-13 11:55:55 +00:00
parent c90d3c38a0
commit 18019aed9e
2 changed files with 5 additions and 1 deletions

View File

@ -276,6 +276,10 @@ static const char *hashValue = "value";
static nsActivePluginList *gActivePluginList;
#ifdef CALL_SAFETY_ON
PRBool gSkipPluginSafeCalls = PR_FALSE;
#endif
////////////////////////////////////////////////////////////////////////
void DisplayNoDefaultPluginDialog(const char *mimeType, nsIPrompt *prompt)
{

View File

@ -44,7 +44,7 @@
#ifdef CALL_SAFETY_ON
static PRBool gSkipPluginSafeCalls = PR_FALSE;
extern PRBool gSkipPluginSafeCalls;
#define NS_INIT_PLUGIN_SAFE_CALLS \
PR_BEGIN_MACRO \