mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Typo fix.
Typo fix.
This commit is contained in:
parent
d116bfdfef
commit
148f327c8a
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ JSCompartment::~JSCompartment()
|
|||
js_delete(debugEnvs);
|
||||
js_delete(objectMetadataTable);
|
||||
js_delete(lazyArrayBuffers);
|
||||
js_delete(nonSyntacticLexicalEnvironments_),
|
||||
js_delete(nonSyntacticLexicalEnvironments_);
|
||||
js_free(enumerators);
|
||||
|
||||
runtime_->numCompartments--;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue