From f313708237f5f39ca9774b6a8d394db979078bcd Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Thu, 12 Jan 2023 19:58:00 +0000 Subject: LibWebView+Ladybird: Move get source request to ViewImplementation --- Userland/Libraries/LibWebView/OutOfProcessWebView.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Userland/Libraries/LibWebView/OutOfProcessWebView.cpp') 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(); -- cgit v1.2.3