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

This commit is contained in:
av%netscape.com 2002-09-13 11:55:55 +00:00
parent c994f00d8a
commit af6cc72689
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 \