mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
Fix dictionary member conversion failure (fixes #7231)
This commit is contained in:
@@ -4694,7 +4694,6 @@ class CGDictionary(CGThing):
|
||||
descriptorProvider,
|
||||
isMember="Dictionary",
|
||||
defaultValue=member.defaultValue,
|
||||
failureCode="return Err(());",
|
||||
exceptionCode="return Err(());"))
|
||||
for member in dictionary.members]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user