зеркало из https://github.com/mozilla/pjs.git
Fix for bug 166815 -- pref plugin.dont_try_safe_calls is ignored, code=serge, r=av, sr=beard
This commit is contained in:
Родитель
eee3b73011
Коммит
9836f3642f
|
@ -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 \
|
||||
|
|
Загрузка…
Ссылка в новой задаче