Bug 290251
| Summary: | [JSC] `DEFINE_VISIT_AGGREGATE` for `StringReplaceaCache` should be used in source file | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sosuke Suzuki <sosuke> |
| 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
`DEFINE_VISIT_AGGREGATE` defines not-ininlined functions[1], so it should be used in source file.
However, it is used in `StringReplaceCacheInlines.h`. This patch fixes it.
[1]: https://github.com/WebKit/WebKit/blob/b12ed39572951123a4b5a99c471e0262e9481001/Source/JavaScriptCore/heap/SlotVisitorMacros.h#L54-L60
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sosuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/42876
EWS
Committed 292554@main (8461269197eb): <https://commits.webkit.org/292554@main>
Reviewed commits have been landed. Closing PR #42876 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/147677033>