mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 14:28:39 +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
|
|
@ -244,7 +244,7 @@ class ModuleObject : public NativeObject
|
|||
#ifdef DEBUG
|
||||
static bool IsFrozen(JSContext* cx, HandleModuleObject self);
|
||||
#endif
|
||||
void fixEnvironmentsAfterCompartmentMerge(JSContext* cx);
|
||||
void fixEnvironmentsAfterCompartmentMerge();
|
||||
|
||||
JSScript* script() const;
|
||||
Scope* enclosingScope() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue