Bug 243275 - [PlayStation] Fix build after 252739@main
Summary: [PlayStation] Fix build after 252739@main
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-07-27 18:42 PDT by Basuke Suzuki
Modified: 2022-07-28 10:36 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Basuke Suzuki 2022-07-27 18:42:09 PDT
FAILED: Source/WTF/wtf/CMakeFiles/WTF.dir/posix/OSAllocatorPOSIX.cpp.o
Source/WTF/wtf/posix/OSAllocatorPOSIX.cpp:201:24: error: use of undeclared identifier 'address'
        while (madvise(address, bytes, MADV_DONTNEED) == -1 && errno == EAGAIN) { }
                       ^
1 error generated.
Comment 1 EWS 2022-07-28 10:02:45 PDT
Committed 252917@main (2f1d37b20d5b): <https://commits.webkit.org/252917@main>

Reviewed commits have been landed. Closing PR #2816 and removing active labels.
Comment 2 Radar WebKit Bug Importer 2022-07-28 10:03:19 PDT
<rdar://problem/97729054>
Comment 3 Basuke Suzuki 2022-07-28 10:36:52 PDT
https://github.com/WebKit/WebKit/pull/2816