summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/WebDriverEndpoints.h
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2022-11-10 18:00:01 -0500
committerLinus Groh <mail@linusgroh.de>2022-11-11 11:36:07 +0000
commit88dcdf681f9ffb9b40e25e3f2e4bc4039917c28c (patch)
tree74227e8025507d6a049b72eabb74b77a7a067fad /Userland/Applications/Browser/WebDriverEndpoints.h
parent561f9f36f78e2e0ef68bd319daa5ce666f87f140 (diff)
downloadserenity-88dcdf681f9ffb9b40e25e3f2e4bc4039917c28c.zip
Browser+WebContent+WebDriver: Move Get Page Source to WebContent
Diffstat (limited to 'Userland/Applications/Browser/WebDriverEndpoints.h')
-rw-r--r--Userland/Applications/Browser/WebDriverEndpoints.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/Browser/WebDriverEndpoints.h b/Userland/Applications/Browser/WebDriverEndpoints.h
index e59a1d2435..2f5c03ea26 100644
--- a/Userland/Applications/Browser/WebDriverEndpoints.h
+++ b/Userland/Applications/Browser/WebDriverEndpoints.h
@@ -23,7 +23,6 @@ public:
WebDriverEndpoints() = default;
~WebDriverEndpoints() = default;
- Function<String()> on_serialize_source;
Function<Messages::WebContentServer::WebdriverExecuteScriptResponse(String const& body, Vector<String> const& json_arguments, Optional<u64> const& timeout, bool async)> on_execute_script;
};