[webkit-changes] [WebKit/WebKit] e53e06: Fix build on compilers without std::experimental::...
Alex Christensen
noreply at github.com
Thu Oct 6 11:39:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e53e0635aaff3b4c25142c59874edf238d2c3bcc
https://github.com/WebKit/WebKit/commit/e53e0635aaff3b4c25142c59874edf238d2c3bcc
Author: Alex Christensen <achristensen at apple.com>
Date: 2022-10-06 (Thu, 06 Oct 2022)
Changed paths:
M Tools/TestWebKitAPI/cocoa/HTTPServer.h
M Tools/TestWebKitAPI/cocoa/HTTPServer.mm
Log Message:
-----------
Fix build on compilers without std::experimental::coroutine
https://bugs.webkit.org/show_bug.cgi?id=246160
rdar://100857052
Reviewed by Chris Dumez.
* Tools/TestWebKitAPI/cocoa/HTTPServer.h:
(TestWebKitAPI::CoroutineHandle::CoroutineHandle):
(TestWebKitAPI::Task::promise_type::get_return_object):
(TestWebKitAPI::Task::promise_type::initial_suspend):
* Tools/TestWebKitAPI/cocoa/HTTPServer.mm:
(TestWebKitAPI::ReceiveOperation::await_suspend):
(TestWebKitAPI::SendOperation::await_suspend):
Canonical link: https://commits.webkit.org/255232@main
More information about the webkit-changes
mailing list