Bug 253740
| 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 | ||
Mike Wyrzykowski
[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... {
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/106579273>
Mike Wyrzykowski
Pull request: https://github.com/WebKit/WebKit/pull/28195