зеркало из https://github.com/mozilla/pjs.git
Missing OBJECT_TO_JSVAL to fix warning introduced by last checkin.
This commit is contained in:
Родитель
b092941beb
Коммит
30d2f0307a
|
@ -2481,7 +2481,7 @@ interrupt:
|
||||||
* Now that we've resolved the object, use the PARENT slot to
|
* Now that we've resolved the object, use the PARENT slot to
|
||||||
* store the object that we're iterating over.
|
* store the object that we're iterating over.
|
||||||
*/
|
*/
|
||||||
propobj->slots[JSSLOT_PARENT] = obj;
|
propobj->slots[JSSLOT_PARENT] = OBJECT_TO_JSVAL(obj);
|
||||||
propobj->slots[JSSLOT_ITER_STATE] = JSVAL_NULL;
|
propobj->slots[JSSLOT_ITER_STATE] = JSVAL_NULL;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Загрузка…
Ссылка в новой задаче