Backed out changeset c10e63cba3b6

This commit is contained in:
Steve Fink 2011-01-24 15:07:00 -08:00
Родитель 746f319512
Коммит 3918ee9df3
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -2033,8 +2033,9 @@ 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, it will
* set a new (uncatchable) exception to be used in place of the original.
* 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.
*/
void
JSContext::wrapPendingException()