Bug 1283710 - Part 5: Rename message to toStringResult if it is the result of toString. r=bholley,jwalden,froydnj
This commit is contained in:
@@ -2094,7 +2094,7 @@ ScriptExecutorRunnable::LogExceptionToConsole(JSContext* aCx,
|
||||
}
|
||||
|
||||
RefPtr<xpc::ErrorReport> xpcReport = new xpc::ErrorReport();
|
||||
xpcReport->Init(report.report(), report.message().c_str(),
|
||||
xpcReport->Init(report.report(), report.toStringResult().c_str(),
|
||||
aWorkerPrivate->IsChromeWorker(), aWorkerPrivate->WindowID());
|
||||
|
||||
RefPtr<AsyncErrorReporter> r = new AsyncErrorReporter(xpcReport);
|
||||
|
||||
Reference in New Issue
Block a user