зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1057219 - Add write barrier for the owner of COW elements, r=billm.
This commit is contained in:
Родитель
8ee4903e6b
Коммит
b477b631eb
|
@ -3519,6 +3519,8 @@ JSObject::CopyElementsForWrite(ThreadSafeContext *cx, JSObject *obj)
|
|||
if (newCapacity >= NELEMENTS_LIMIT)
|
||||
return false;
|
||||
|
||||
JSObject::writeBarrierPre(obj->getElementsHeader()->ownerObject());
|
||||
|
||||
ObjectElements *newheader = AllocateElements(cx, obj, newAllocated);
|
||||
if (!newheader)
|
||||
return false;
|
||||
|
|
Загрузка…
Ссылка в новой задаче