Bug 307057
| Summary: | Fix build issue with expose | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | adrian_taylor |
| Component: | WebKit Process Model | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | nham, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
adrian_taylor
Certain internal Apple builds have broken due to the use of @_expose(!Cxx). It seems some SDK versions have compiler 6.2+ but do not yet support the !Cxx expose attribute value. For now remove the function which adds this, pending investigation of another way to achieve the same. It's within code that's only enabled if ENABLE_BACK_FORWARD_LIST_SWIFT is switched on, which is never the case on CI at the moment, so removal of this function won't break anything other than local builds.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/169702502>
adrian_taylor
Pull request: https://github.com/WebKit/WebKit/pull/57954
EWS
Committed 306858@main (3be7069ceedd): <https://commits.webkit.org/306858@main>
Reviewed commits have been landed. Closing PR #57954 and removing active labels.