Improve comment. Related to bug 627943.

--HG--
extra : rebase_source : 66619f6ab6ed81dd0a7d01df5a03274229b5e12e
This commit is contained in:
Steve Fink 2011-01-24 14:43:39 -08:00
parent b500ebd4d9
commit aa873a798d

View File

@ -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()