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:
parent
c90d3c38a0
commit
18019aed9e
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user