[Webkit-unassigned] [Bug 281790] New: REGRESSION(285426 at main): [Win][PlayStation] WebProcessProxyMessages.h(435, 34): error: unknown type name 'SystemMemoryPressureStatus'
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 18 16:57:07 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=281790
Bug ID: 281790
Summary: REGRESSION(285426 at main): [Win][PlayStation]
WebProcessProxyMessages.h(435,34): error: unknown type
name 'SystemMemoryPressureStatus'
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Hironori.Fujii at sony.com
CC: kkinnunen at apple.com
REGRESSION(285426 at 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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241018/f1fe5c66/attachment-0001.htm>
More information about the webkit-unassigned
mailing list