Removed bogus assert related to recursion (bug 522311, r=gal).

This commit is contained in:
David Anderson 2009-10-14 15:19:23 -07:00
Родитель 6e1b8c0a23
Коммит bb8af11ab0
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -9726,7 +9726,6 @@ TraceRecorder::record_EnterFrame(uintN& inlineCallCount)
return ARECORD_STOP;
if (IsBlacklisted((jsbytecode*)f->ip))
RETURN_STOP_A("inner recursive tree is blacklisted");
JS_ASSERT(f->getTreeInfo()->script != treeInfo->script);
JSContext* _cx = cx;
SlotList* globalSlots = treeInfo->globalSlots;
JSTraceMonitor* tm = traceMonitor;