mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Fix build bustage
This commit is contained in:
parent
78d0ec7fc9
commit
fc1e50d7e9
1 changed files with 1 additions and 1 deletions
|
|
@ -1315,7 +1315,7 @@ BindingIter::init(GlobalScope::Data& data)
|
|||
init(0, 0, 0, data.varStart, data.letStart, data.constStart,
|
||||
CannotHaveSlots,
|
||||
UINT32_MAX, UINT32_MAX,
|
||||
data.names, data.length);
|
||||
data.trailingNames.start(), data.length);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue