mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
Missing OBJECT_TO_JSVAL to fix warning introduced by last checkin.
This commit is contained in:
parent
270b6337cb
commit
b22355da41
@ -2481,7 +2481,7 @@ interrupt:
|
||||
* Now that we've resolved the object, use the PARENT slot to
|
||||
* 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;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user