mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
WebContent: Replace static_assert IPC fixmes with comments
Fixes compilation errors on Windows
This commit is contained in:
parent
beb11f0447
commit
5ff32fb090
Notes:
github-actions[bot]
2025-04-11 01:04:04 +00:00
Author: https://github.com/stasoid
Commit: 5ff32fb090
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3585
Reviewed-by: https://github.com/ADKaster ✅
2 changed files with 5 additions and 5 deletions
|
@ -188,7 +188,7 @@ static bool fire_an_event(FlyString const& name, Optional<Web::DOM::Element&> ta
|
|||
|
||||
ErrorOr<NonnullRefPtr<WebDriverConnection>> WebDriverConnection::connect(Web::PageClient& page_client, ByteString const& webdriver_ipc_path)
|
||||
{
|
||||
static_assert(IsSame<IPC::Transport, IPC::TransportSocket>, "Need to handle other IPC transports here");
|
||||
// TODO: Mach IPC and Windows IPC
|
||||
|
||||
dbgln_if(WEBDRIVER_DEBUG, "Trying to connect to {}", webdriver_ipc_path);
|
||||
auto socket = TRY(Core::LocalSocket::connect(webdriver_ipc_path));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue