mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
Auto merge of #7236 - nox:dictionary-failure-code, r=Ms2ger
Fix dictionary member conversion failure (fixes #7231) <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7236) <!-- Reviewable:end -->
This commit is contained in:
@@ -4696,7 +4696,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