RESOLVED FIXED307462
Unused forward declarations to WebModel namespaced types
https://bugs.webkit.org/show_bug.cgi?id=307462
Summary Unused forward declarations to WebModel namespaced types
Sam Weinig
Reported 2026-02-10 13:09:31 PST
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
Sam Weinig
Comment 1 2026-02-10 13:14:23 PST
EWS
Comment 2 2026-02-11 05:29:17 PST
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
Comment 3 2026-02-11 05:30:14 PST
Note You need to log in before you can comment on or make changes to this bug.