LibWeb: Enable in Windows CI

This commit is contained in:
ayeteadoe 2025-06-27 22:14:03 -07:00 committed by Andrew Kaster
parent c14173f651
commit dbba6c0df9
Notes: github-actions[bot] 2025-06-30 16:51:45 +00:00
6 changed files with 19 additions and 4 deletions

View file

@ -313,7 +313,7 @@ void MessagePort::read_from_transport()
}));
});
if (schedule_shutdown == IPC::TransportSocket::ShouldShutdown::Yes) {
if (schedule_shutdown == IPC::Transport::ShouldShutdown::Yes) {
queue_global_task(Task::Source::PostedMessage, relevant_global_object(*this), GC::create_function(heap(), [this] {
this->close();
}));