summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWebView/OutOfProcessWebView.cpp
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2023-01-12 19:58:00 +0000
committerAndreas Kling <kling@serenityos.org>2023-01-12 23:39:36 +0100
commitf313708237f5f39ca9774b6a8d394db979078bcd (patch)
treebb96dbd6fedbe28a013870d94b96c9f3d836ae69 /Userland/Libraries/LibWebView/OutOfProcessWebView.cpp
parent5d9f4b2ffc43e83df44c715b0c296cafcfaabfe0 (diff)
downloadserenity-f313708237f5f39ca9774b6a8d394db979078bcd.zip
LibWebView+Ladybird: Move get source request to ViewImplementation
Diffstat (limited to 'Userland/Libraries/LibWebView/OutOfProcessWebView.cpp')
-rw-r--r--Userland/Libraries/LibWebView/OutOfProcessWebView.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Userland/Libraries/LibWebView/OutOfProcessWebView.cpp b/Userland/Libraries/LibWebView/OutOfProcessWebView.cpp
index 39edbd63d1..805bd699f3 100644
--- a/Userland/Libraries/LibWebView/OutOfProcessWebView.cpp
+++ b/Userland/Libraries/LibWebView/OutOfProcessWebView.cpp
@@ -565,11 +565,6 @@ void OutOfProcessWebView::debug_request(DeprecatedString const& request, Depreca
client().async_debug_request(request, argument);
}
-void OutOfProcessWebView::get_source()
-{
- client().async_get_source();
-}
-
void OutOfProcessWebView::inspect_dom_tree()
{
client().async_inspect_dom_tree();