WebContent: Enable in Windows CI

This commit is contained in:
ayeteadoe 2025-06-28 03:32:38 -07:00 committed by Andrew Kaster
parent e497303e94
commit 0a699132f3
Notes: github-actions[bot] 2025-08-23 22:07:16 +00:00
9 changed files with 70 additions and 31 deletions

View file

@ -74,7 +74,7 @@ void ConnectionFromClient::die()
Messages::WebContentServer::InitTransportResponse ConnectionFromClient::init_transport([[maybe_unused]] int peer_pid)
{
#ifdef AK_OS_WINDOWS
m_transport.set_peer_pid(peer_pid);
m_transport->set_peer_pid(peer_pid);
return Core::System::getpid();
#endif
VERIFY_NOT_REACHED();