Bug 236723
Summary: | Bindings generator can't handle (Foo or undefined) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Myles C. Maxfield <mmaxfield> |
Component: | Bindings | Assignee: | 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
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
<rdar://problem/89368887>
Myles C. Maxfield
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 ***