| Summary: | [WebGPU] enum values are on separate lines in idl files | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mike Wyrzykowski <mwyrzykowski> |
| Component: | WebGPU | Assignee: | Mike Wyrzykowski <mwyrzykowski> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Pull request: https://github.com/WebKit/WebKit/pull/28195 |
[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... {