[Webkit-unassigned] [Bug 236723] New: Bindings generator can't handle (Foo or undefined)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 16 11:42:45 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=236723

            Bug ID: 236723
           Summary: Bindings generator can't handle (Foo or undefined)
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Bindings
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mmaxfield at apple.com
                CC: cdumez at apple.com

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>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220216/50f78fd6/attachment.htm>


More information about the webkit-unassigned mailing list