Bug 307462
| Summary: | Unused forward declarations to WebModel namespaced types | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Weinig <sam> |
| Component: | New Bugs | Assignee: | Sam Weinig <sam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 18 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sam Weinig
Unused forward declarations to WebModel namespaced types in WebGPU.h and WebGPUImpl.h
In WebGPU.h
```
namespace WebModel {
struct ImageAsset;
struct MeshDescriptor;
}
```
In WebGPUImpl.h
```
namespace WebModel {
struct MeshDescriptor;
}
```
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sam Weinig
Pull request: https://github.com/WebKit/WebKit/pull/58321
EWS
Committed 307250@main (df351800e79c): <https://commits.webkit.org/307250@main>
Reviewed commits have been landed. Closing PR #58321 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/170140562>