mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 04:58:00 +00:00
Bug 301353 (followup): return value from JS_ThrowReportedError, telepathic
r=brendan, a=shaver.
This commit is contained in:
parent
58acff1ca2
commit
42c6c08978
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user