зеркало из https://github.com/mozilla/pjs.git
Bug 301353 (followup): return value from JS_ThrowReportedError, telepathic
r=brendan, a=shaver.
This commit is contained in:
Родитель
7e1493fc57
Коммит
e5d810da0e
|
@ -4478,7 +4478,7 @@ JS_PUBLIC_API(JSBool)
|
|||
JS_ThrowReportedError(JSContext *cx, const char *message,
|
||||
JSErrorReport *reportp)
|
||||
{
|
||||
js_ErrorToException(cx, message, reportp);
|
||||
return js_ErrorToException(cx, message, reportp);
|
||||
}
|
||||
|
||||
#ifdef JS_THREADSAFE
|
||||
|
|
Загрузка…
Ссылка в новой задаче