mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Improve comment. Related to bug 627943.
--HG-- extra : rebase_source : 66619f6ab6ed81dd0a7d01df5a03274229b5e12e
This commit is contained in:
parent
b500ebd4d9
commit
aa873a798d
@ -2033,9 +2033,8 @@ error:
|
||||
|
||||
/*
|
||||
* Since this function is only called in the context of a pending exception,
|
||||
* the caller must subsequently take an error path. If wrapping fails, we leave
|
||||
* the exception cleared, which, in the context of an error path, will be
|
||||
* interpreted as an uncatchable exception.
|
||||
* the caller must subsequently take an error path. If wrapping fails, it will
|
||||
* set a new (uncatchable) exception to be used in place of the original.
|
||||
*/
|
||||
void
|
||||
JSContext::wrapPendingException()
|
||||
|
Loading…
Reference in New Issue
Block a user