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
Родитель eee3b73011
Коммит 9836f3642f
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -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)
{

Просмотреть файл

@ -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 \