зеркало из https://github.com/mozilla/gecko-dev.git
Back out Igor's patch from bug 404755 to see if it fixes the orange.
This commit is contained in:
Родитель
28d6419c1d
Коммит
52e3c0fabe
|
@ -2944,8 +2944,6 @@ js_FreeSlot(JSContext *cx, JSObject *obj, uint32 slot)
|
|||
JS_ASSERT(!MAP_IS_NATIVE(map) || ((JSScope *)map)->object == obj);
|
||||
LOCKED_OBJ_SET_SLOT(obj, slot, JSVAL_VOID);
|
||||
if (map->freeslot == slot + 1) {
|
||||
map->freeslot = slot;
|
||||
|
||||
/* When shrinking ReallocSlots always returns true. */
|
||||
ReallocSlots(cx, obj, slot, JS_FALSE);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче