RESOLVED DUPLICATE of bug 232734 236723
Bindings generator can't handle (Foo or undefined)
https://bugs.webkit.org/show_bug.cgi?id=236723
Summary Bindings generator can't handle (Foo or undefined)
Myles C. Maxfield
Reported 2022-02-16 11:42:45 PST
https://gpuweb.github.io/gpuweb/#gpuobjectbase interface mixin GPUObjectBase { attribute (USVString or undefined) label; }; Our bindings generator is turning that into std::variant<WTF::String, void>
Attachments
Radar WebKit Bug Importer
Comment 1 2022-02-23 11:43:17 PST
Myles C. Maxfield
Comment 2 2022-03-02 16:03:08 PST
This is probably a dup of https://bugs.webkit.org/show_bug.cgi?id=232734 *** This bug has been marked as a duplicate of bug 232734 ***
Note You need to log in before you can comment on or make changes to this bug.