Bug 281790

Summary: REGRESSION(285426@main): [Win][PlayStation] WebProcessProxyMessages.h(435,34): error: unknown type name 'SystemMemoryPressureStatus'
Product: WebKit Reporter: Fujii Hironori <Hironori.Fujii>
Component: WebKit2Assignee: Fujii Hironori <Hironori.Fujii>
Status: RESOLVED FIXED    
Severity: Normal CC: kkinnunen, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Fujii Hironori
Reported 2024-10-18 16:57:07 PDT
REGRESSION(285426@main): [Win][PlayStation] WebProcessProxyMessages.h(435,34): error: unknown type name 'SystemMemoryPressureStatus' [6712/6876] Building CXX object Source\WebKit\CMakeFiles\WebKit.dir\__\__\WebKit\DerivedSources\unified-sources\UnifiedSource-54928a2b-26.cpp.obj FAILED: Source/WebKit/CMakeFiles/WebKit.dir/__/__/WebKit/DerivedSources/unified-sources/UnifiedSource-54928a2b-26.cpp.obj C:\PROGRA~1\LLVM\bin\clang-cl.exe (....) -c -- C:\webkit\wb\WebKitBuild\Debug\WebKit\DerivedSources\unified-sources\UnifiedSource-54928a2b-26.cpp In file included from C:\webkit\wb\WebKitBuild\Debug\WebKit\DerivedSources\unified-sources\UnifiedSource-54928a2b-26.cpp:1: In file included from C:\webkit\wb\Source\WebKit\WebProcess/WebCoreSupport/WebSpeechRecognitionConnection.cpp:33: C:\webkit\wb\WebKitBuild\Debug\WebKit\DerivedSources\WebProcessProxyMessages.h(435,34): error: unknown type name 'SystemMemoryPressureStatus'; did you mean 'WTF::SystemMemoryPressureStatus'? 435 | using Arguments = std::tuple<SystemMemoryPressureStatus>; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | WTF::SystemMemoryPressureStatus C:\webkit\wb\WebKitBuild\Debug\WebKit\DerivedSources\GeneratedSerializers.h(127,12): note: 'WTF::SystemMemoryPressureStatus' declared here 127 | enum class SystemMemoryPressureStatus : uint8_t; | ^ In file included from C:\webkit\wb\WebKitBuild\Debug\WebKit\DerivedSources\unified-sources\UnifiedSource-54928a2b-26.cpp:1: In file included from C:\webkit\wb\Source\WebKit\WebProcess/WebCoreSupport/WebSpeechRecognitionConnection.cpp:33: C:\webkit\wb\WebKitBuild\Debug\WebKit\DerivedSources\WebProcessProxyMessages.h(442,42): error: unknown type name 'SystemMemoryPressureStatus'; did you mean 'WTF::SystemMemoryPressureStatus'? 442 | explicit MemoryPressureStatusChanged(SystemMemoryPressureStatus status) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | WTF::SystemMemoryPressureStatus C:\webkit\wb\WebKitBuild\Debug\WebKit\DerivedSources\GeneratedSerializers.h(127,12): note: 'WTF::SystemMemoryPressureStatus' declared here 127 | enum class SystemMemoryPressureStatus : uint8_t; | ^ In file included from C:\webkit\wb\WebKitBuild\Debug\WebKit\DerivedSources\unified-sources\UnifiedSource-54928a2b-26.cpp:1: In file included from C:\webkit\wb\Source\WebKit\WebProcess/WebCoreSupport/WebSpeechRecognitionConnection.cpp:33: C:\webkit\wb\WebKitBuild\Debug\WebKit\DerivedSources\WebProcessProxyMessages.h(453,16): error: unknown type name 'SystemMemoryPressureStatus'; did you mean 'WTF::SystemMemoryPressureStatus'? 453 | std::tuple<SystemMemoryPressureStatus> m_arguments; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | WTF::SystemMemoryPressureStatus C:\webkit\wb\WebKitBuild\Debug\WebKit\DerivedSources\GeneratedSerializers.h(127,12): note: 'WTF::SystemMemoryPressureStatus' declared here 127 | enum class SystemMemoryPressureStatus : uint8_t; | ^ 3 errors generated. [6725/6876] Building CXX object Source\WebKit\CMakeFiles\WebKit.dir\WebProcess\WebPage\WebPage.cpp.obj ninja: build stopped: subcommand failed.
Attachments
Fujii Hironori
Comment 1 2024-10-18 19:23:43 PDT
EWS
Comment 2 2024-10-18 21:55:59 PDT
Committed 285460@main (2f5f866715c5): <https://commits.webkit.org/285460@main> Reviewed commits have been landed. Closing PR #35473 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-10-18 21:57:15 PDT
Note You need to log in before you can comment on or make changes to this bug.