1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:37:35 +00:00

WebContent: Disallow creating WebDriverConnections with existing sockets

This reverts commit d2b2d3ad80.

This is no longer needed once Ladybird will uses local socket files.
This commit is contained in:
Timothy Flynn 2022-12-15 08:44:10 -05:00 committed by Linus Groh
parent cc62d33a07
commit 944e17ce9e
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ namespace WebContent {
class WebDriverConnection final
: public IPC::ConnectionToServer<WebDriverClientEndpoint, WebDriverServerEndpoint> {
C_OBJECT(WebDriverConnection)
C_OBJECT_ABSTRACT(WebDriverConnection)
public:
static ErrorOr<NonnullRefPtr<WebDriverConnection>> connect(Web::PageClient& page_client, DeprecatedString const& webdriver_ipc_path);