[Webkit-unassigned] [Bug 253740] New: [WebGPU] enum values are on separate lines in idl files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 10 16:59:41 PST 2023


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

            Bug ID: 253740
           Summary: [WebGPU] enum values are on separate lines in idl
                    files
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGPU
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mwyrzykowski at apple.com

[WebGPU] enum values are on separate lines in idl files, e.g.,

[
    EnabledBySetting=WebGPU
]
enum GPU... {

to be consistent with other idl files, the enum should be like:

[
    EnabledBySetting=WebGPU
] enum GPU... {

-- 
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/20230311/c32e7d49/attachment-0002.htm>


More information about the webkit-unassigned mailing list