Bug 303933
| Summary: | [JavaScriptCore] os_script_config_storage is not available when back-deploying | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Elliott Williams <emw> |
| Component: | JavaScriptCore | Assignee: | Elliott Williams <emw> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 304098 | ||
| Bug Blocks: | 303667 | ||
Elliott Williams
When back-deploying to downlevel builds from recent SDKs, the os_script_config_storage declaration is parsed as unavailable. We redeclare it in our code for older platforms, as a stub, but the compiler still treats it with the same unavailability.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/166241210>
Elliott Williams
Pull request: https://github.com/WebKit/WebKit/pull/55192
EWS
Committed 304386@main (6d600422dd58): <https://commits.webkit.org/304386@main>
Reviewed commits have been landed. Closing PR #55192 and removing active labels.
Jonathan Bedard
Reopened Bugzilla.
REGRESSION(304386@main): Broke Internal iOS builds, tracking revert in https://bugs.webkit.org/show_bug.cgi?id=304098.
EWS
Committed 304431@main (07f79c932d8f): <https://commits.webkit.org/304431@main>
Reviewed commits have been landed. Closing PR #55369 and removing active labels.