Bug 253740 - [WebGPU] enum values are on separate lines in idl files
Summary: [WebGPU] enum values are on separate lines in idl files
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGPU (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mike Wyrzykowski
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-10 16:59 PST by Mike Wyrzykowski
Modified: 2024-05-06 12:39 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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