mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-11 17:37:33 +02:00
Remove the special case assignment path for string dictionary members. The old logic was using the outer dictionary conversion’s optional and optional_default_value state to decide how to assign an individual member, which was very confusing and not correct. This was probably needed on earlier buggier versions of the IDL generator working around the wrong problem.