mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Remove "has-gczeal" property.
This commit is contained in:
parent
b5de790f2a
commit
1961d5b1b1
1 changed files with 0 additions and 4 deletions
|
|
@ -188,10 +188,6 @@ GetBuildConfiguration(JSContext* cx, unsigned argc, Value* vp)
|
|||
if (!JS_SetProperty(cx, info, "tsan", value))
|
||||
return false;
|
||||
|
||||
value = BooleanValue(false);
|
||||
if (!JS_SetProperty(cx, info, "has-gczeal", value))
|
||||
return false;
|
||||
|
||||
#ifdef JS_MORE_DETERMINISTIC
|
||||
value = BooleanValue(true);
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue