mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Change a comment to match the surrounding code.
This commit is contained in:
parent
1d7405b4e7
commit
d733703b0c
@ -674,7 +674,7 @@ js_FinishJSONParse(JSContext *cx, JSONParser *jp, jsval reviver)
|
||||
}
|
||||
}
|
||||
|
||||
/* This internal API is infallible, in spite of its JSBool return type. */
|
||||
// This internal API is infallible, in spite of its JSBool return type.
|
||||
js_RemoveRoot(cx->runtime, &jp->objectStack);
|
||||
|
||||
bool ok = *jp->statep == JSON_PARSE_STATE_FINISHED;
|
||||
|
Loading…
Reference in New Issue
Block a user