Bug 314339
| Summary: | REGRESSION(312814@main): Broke some macOS builds (use of undeclared identifier 'vmPageSize') | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Abrar Rahman Protyasha <a_protyasha> |
| Component: | New Bugs | Assignee: | Abrar Rahman Protyasha <a_protyasha> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | a_protyasha, ggaren, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Abrar Rahman Protyasha
```
/Source/JavaScriptCore/llint/LLIntData.cpp:111:34: error: use of undeclared identifier 'vmPageSize'; did you mean 'pageSize'?
111 | uintptr_t pageSizeMask = vmPageSize() - 1;
```
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/176488572>
Abrar Rahman Protyasha
Pull request: https://github.com/WebKit/WebKit/pull/64490
EWS
Committed 312824@main (b23bfe44916e): <https://commits.webkit.org/312824@main>
Reviewed commits have been landed. Closing PR #64490 and removing active labels.