mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Fix dictionary member conversion failure (fixes #7231)
This commit is contained in:
parent
a1b3f477aa
commit
47e76ff4ab
3 changed files with 81 additions and 2 deletions
|
@ -4694,7 +4694,6 @@ class CGDictionary(CGThing):
|
|||
descriptorProvider,
|
||||
isMember="Dictionary",
|
||||
defaultValue=member.defaultValue,
|
||||
failureCode="return Err(());",
|
||||
exceptionCode="return Err(());"))
|
||||
for member in dictionary.members]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue