Bug 301400
| Summary: | [JSC] Remove unnecessary `inline` from `WeakGCSet` constructor and destructor | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sosuke Suzuki <aosukeke> |
| Component: | JavaScriptCore | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sosuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/52930
EWS
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
<rdar://problem/163319360>