зеркало из https://github.com/mozilla/pjs.git
Fix bug 643839. r=brendan, a=clegnitto
This commit is contained in:
Родитель
e7ea3cefda
Коммит
7529171a30
|
@ -966,10 +966,8 @@ JSObject::putProperty(JSContext *cx, jsid id,
|
||||||
if (hadSlot && !shape->hasSlot()) {
|
if (hadSlot && !shape->hasSlot()) {
|
||||||
if (oldSlot < shape->slotSpan)
|
if (oldSlot < shape->slotSpan)
|
||||||
freeSlot(cx, oldSlot);
|
freeSlot(cx, oldSlot);
|
||||||
#ifdef DEBUG
|
|
||||||
else
|
else
|
||||||
getSlotRef(oldSlot).setUndefined();
|
getSlotRef(oldSlot).setUndefined();
|
||||||
#endif
|
|
||||||
JS_ATOMIC_INCREMENT(&cx->runtime->propertyRemovals);
|
JS_ATOMIC_INCREMENT(&cx->runtime->propertyRemovals);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче