summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/WebDriverConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/Browser/WebDriverConnection.h')
-rw-r--r--Userland/Applications/Browser/WebDriverConnection.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/Browser/WebDriverConnection.h b/Userland/Applications/Browser/WebDriverConnection.h
index 7dbd966a39..9247eac580 100644
--- a/Userland/Applications/Browser/WebDriverConnection.h
+++ b/Userland/Applications/Browser/WebDriverConnection.h
@@ -42,7 +42,6 @@ public:
virtual void refresh() override;
virtual void back() override;
virtual void forward() override;
- virtual Messages::WebDriverSessionClient::SerializeSourceResponse serialize_source() override;
virtual Messages::WebDriverSessionClient::ExecuteScriptResponse execute_script(String const& body, Vector<String> const& json_arguments, Optional<u64> const& timeout, bool async) override;
virtual Messages::WebDriverSessionClient::GetAllCookiesResponse get_all_cookies() override;
virtual Messages::WebDriverSessionClient::GetNamedCookieResponse get_named_cookie(String const& name) override;