Bug 236723

Summary: Bindings generator can't handle (Foo or undefined)
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: BindingsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: cdumez, darin, rniwa, sam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 232558    

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.