Backed out changeset b0d41235146a

Bug 454561 disable tracing when JavaScript-Debugger is enabled [ @ jsd_lock ]
this isn't the correct fix
r=graydon
This commit is contained in:
timeless@mozdev.org 2008-10-29 10:15:48 +01:00
Родитель b1d3174396
Коммит 59f8db66af
1 изменённых файлов: 0 добавлений и 6 удалений

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

@ -1172,12 +1172,6 @@ nsJSContext::JSOptionChangedCallback(const char *pref, void *data)
PRBool useJIT = nsContentUtils::GetBoolPref(chromeWindow ?
js_jit_chrome_str :
js_jit_content_str);
#ifdef MOZ_JSDEBUGGER
if (context->mContext->debugHooks->debuggerHandler)
useJIT = PR_FALSE;
#endif
if (useJIT)
newDefaultJSOptions |= JSOPTION_JIT;
else