Update SpiderMonkey to ESR 128.13

Fixes #7662
This commit is contained in:
Itms
2025-08-04 17:27:45 +02:00
parent 733297a038
commit 7038d87454
20 changed files with 131 additions and 463 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ bool ScriptException::CatchPending(const ScriptRequest& rq)
msg << "JavaScript error: ";
if (report->filename)
{
msg << report->filename;
msg << report->filename.c_str();
msg << " line " << report->lineno << "\n";
}