Skip to content

Commit

Permalink
servo: Merge #7236 - Fix dictionary member conversion failure (fixes …
Browse files Browse the repository at this point in the history
…#7231) (from nox:dictionary-failure-code); r=Ms2ger

Source-Repo: https://github.com/servo/servo
Source-Revision: a2978f2add3a9c828b7bb701cb2d04318e5c0b45

UltraBlame original commit: 63d2ce82468ff550d23384dfeb36f2601d585dac
  • Loading branch information
marco-c committed Sep 30, 2019
1 parent 6e1cc5a commit aeafc67
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4696,7 +4696,6 @@ def __init__(self, dictionary, descriptorProvider):
descriptorProvider,
isMember="Dictionary",
defaultValue=member.defaultValue,
failureCode="return Err(());",
exceptionCode="return Err(());"))
for member in dictionary.members]

Expand Down

0 comments on commit aeafc67

Please sign in to comment.