WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-02-23 11:43:17 PST
<
rdar://problem/89368887
>
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.
Top of Page
Format For Printing
XML
Clone This Bug