mirror of
https://github.com/servo/servo
synced 2026-05-12 09:56:50 +02:00
Some values of the WebIDL were wrapped two types in nullable (from not having `required` and having a `?`). Simplify that so we don't get `Option<Option<...>>`. Testing: Existing tests Part of: #36027 Depends on: #43566 Signed-off-by: eri <eri@igalia.com> Co-authored-by: atbrakhi <atbrakhi@igalia.com>