зеркало из https://github.com/mozilla/pjs.git
followup to bug 515440 - remove bogus assertion (r=gal)
This commit is contained in:
Родитель
b594d8d924
Коммит
474f86c5fb
|
@ -2685,7 +2685,6 @@ ReplenishReservedPool(JSContext* cx, JSTraceMonitor* tm)
|
|||
/* Check if the last call to js_NewDoubleInRootedValue GC'd. */
|
||||
if (rt->gcNumber != lastgcNumber) {
|
||||
lastgcNumber = rt->gcNumber;
|
||||
JS_ASSERT(tm->reservedDoublePoolPtr == tm->reservedDoublePool);
|
||||
ptr = tm->reservedDoublePool;
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче