diff options
author | Timothy Flynn <trflynn89@pm.me> | 2022-11-10 18:00:01 -0500 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-11-11 11:36:07 +0000 |
commit | 88dcdf681f9ffb9b40e25e3f2e4bc4039917c28c (patch) | |
tree | 74227e8025507d6a049b72eabb74b77a7a067fad /Userland/Applications/Browser/WebDriverEndpoints.h | |
parent | 561f9f36f78e2e0ef68bd319daa5ce666f87f140 (diff) | |
download | serenity-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.h | 1 |
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; }; |