mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Fix slot type to satisfy C++ (420215, r=bsmedberg, a=beltzner).
This commit is contained in:
parent
5a3520d5a8
commit
c5faf4cb58
@ -2367,7 +2367,8 @@ js_Interpret(JSContext *cx, jsbytecode *pc, jsval *result)
|
||||
JSOp op, op2;
|
||||
jsatomid index;
|
||||
JSAtom *atom;
|
||||
uintN argc, attrs, flags, slot;
|
||||
uintN argc, attrs, flags;
|
||||
uint32 slot;
|
||||
jsval *vp, lval, rval, ltmp, rtmp;
|
||||
jsid id;
|
||||
JSObject *iterobj;
|
||||
|
Loading…
Reference in New Issue
Block a user