mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
1320408 - Part 19: Remove JSContext* parameter from ModuleObject::fixEnvironmentsAfterCompartmentMerge.
This commit is contained in:
parent
3fb93ffdf6
commit
62eeeb76b5
3 changed files with 3 additions and 3 deletions
|
|
@ -1291,7 +1291,7 @@ GlobalHelperThreadState::finishModuleParseTask(JSContext* cx, void* token)
|
|||
MOZ_ASSERT(script->module());
|
||||
|
||||
RootedModuleObject module(cx, script->module());
|
||||
module->fixEnvironmentsAfterCompartmentMerge(cx);
|
||||
module->fixEnvironmentsAfterCompartmentMerge();
|
||||
if (!ModuleObject::Freeze(cx, module))
|
||||
return nullptr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue