mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Rename "MozMap" to "record" in our IDL parser and IDL files
This commit is contained in:
parent
f953e2ad26
commit
d9eeac26ef
8 changed files with 83 additions and 78 deletions
|
|
@ -115,7 +115,7 @@ class Configuration(DescriptorProvider):
|
|||
|
||||
for (t, _) in getAllTypes(self.descriptors, self.dictionaries, self.callbacks):
|
||||
while True:
|
||||
if t.isMozMap():
|
||||
if t.isRecord():
|
||||
t = t.inner
|
||||
elif t.unroll() != t:
|
||||
t = t.unroll()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue