Bug 301400

Summary: [JSC] Remove unnecessary `inline` from `WeakGCSet` constructor and destructor
Product: WebKit Reporter: Sosuke Suzuki <aosukeke>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Sosuke Suzuki
Reported 2025-10-23 21:56:56 PDT
Our LTO build fails via `inline` for declartions of `WeakGCSet` constructor and destructor. These functions should still be inlined even if `inline` is removed from their declarations, because they are defined with `inline` in `WeakGCSetInlines.h` (as is already the case for `WeakGCMap`). So this patch removes `inline` from these functions.
Attachments
Sosuke Suzuki
Comment 1 2025-10-23 21:58:18 PDT
EWS
Comment 2 2025-10-23 23:34:12 PDT
Committed 302074@main (874cd3bb87fb): <https://commits.webkit.org/302074@main> Reviewed commits have been landed. Closing PR #52930 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2025-10-23 23:35:13 PDT
Note You need to log in before you can comment on or make changes to this bug.