Don't deadlock on a child process for a CPOW (bug 905896, r=cjones).

This commit is contained in:
David Anderson
2013-08-26 21:56:57 -07:00
parent 07bba5c58e
commit c001708789
8 changed files with 71 additions and 3 deletions

View File

@@ -594,7 +594,7 @@ JavaScriptParent::unwrap(JSContext *cx, ObjectId objId)
bool
JavaScriptParent::ipcfail(JSContext *cx)
{
JS_ReportError(cx, "catastrophic IPC failure");
JS_ReportError(cx, "child process crashed or timedout");
return false;
}