Bug 253740

Summary: [WebGPU] enum values are on separate lines in idl files
Product: WebKit Reporter: Mike Wyrzykowski <mwyrzykowski>
Component: WebGPUAssignee: Mike Wyrzykowski <mwyrzykowski>
Status: NEW ---    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Mike Wyrzykowski 2023-03-10 16:59:41 PST
[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... {
Comment 1 Radar WebKit Bug Importer 2023-03-10 17:00:02 PST
<rdar://problem/106579273>
Comment 2 Mike Wyrzykowski 2024-05-06 12:39:49 PDT
Pull request: https://github.com/WebKit/WebKit/pull/28195