mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 554955: Drive-by comment fix. no r.
This commit is contained in:
parent
e60c7754b0
commit
403f750c48
@ -230,7 +230,7 @@ OPDEF(JSOP_OBJECT, 80, "object", NULL, 3, 0, 1, 19, JOF_OBJECT
|
||||
/* Pop value and discard it. */
|
||||
OPDEF(JSOP_POP, 81, "pop", NULL, 1, 1, 0, 2, JOF_BYTE)
|
||||
|
||||
/* Convert value to number, for unary +. */
|
||||
/* Call a function as a constructor; operand is argc. */
|
||||
OPDEF(JSOP_NEW, 82, js_new_str, NULL, 3, -1, 1, 17, JOF_UINT16|JOF_INVOKE)
|
||||
|
||||
/* Trap into debugger for breakpoint, etc. */
|
||||
|
Loading…
Reference in New Issue
Block a user