зеркало из https://github.com/mozilla/pjs.git
Removed bogus assert related to recursion (bug 522311, r=gal).
This commit is contained in:
Родитель
6e1b8c0a23
Коммит
bb8af11ab0
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче