mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
No issue - Fix incorrect js message ref in js shell.
This commit is contained in:
parent
788cc4acb2
commit
c31cda6c74
1 changed files with 1 additions and 1 deletions
|
|
@ -5355,7 +5355,7 @@ GetSharedArrayBuffer(JSContext* cx, unsigned argc, Value* vp)
|
|||
SharedArrayRawBuffer* buf = sharedArrayBufferMailbox;
|
||||
if (buf) {
|
||||
if (!buf->addReference()) {
|
||||
JS_ReportErrorNumberASCII(cx, GetErrorMessage, nullptr, JSMSG_SC_SAB_REFCNT_OFLO);
|
||||
JS_ReportErrorNumberASCII(cx, GetErrorMessage, nullptr, JSMSG_SC_SAB_TOO_MANY_REFS);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue