bug=420869 backing out as the tree is red.

This commit is contained in:
igor@mir2.org 2008-03-18 15:06:38 -07:00
Родитель 0f810ef3a7
Коммит 8b820759cd
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -238,13 +238,11 @@ ContextCallback(JSContext *cx, uintN operation)
{
if (operation == JSCONTEXT_NEW)
{
// Set the limits on the native and script stack space.
XPCPerThreadData* tls = XPCPerThreadData::GetData(cx);
if(tls)
{
JS_SetThreadStackLimit(cx, tls->GetStackLimit());
}
JS_SetScriptStackQuota(cx, 100*1024*1024);
}
}