summaryrefslogtreecommitdiff
path: root/Ladybird/WebContentView.h
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 /Ladybird/WebContentView.h
parent5d9f4b2ffc43e83df44c715b0c296cafcfaabfe0 (diff)
downloadserenity-f313708237f5f39ca9774b6a8d394db979078bcd.zip
LibWebView+Ladybird: Move get source request to ViewImplementation
Diffstat (limited to 'Ladybird/WebContentView.h')
-rw-r--r--Ladybird/WebContentView.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Ladybird/WebContentView.h b/Ladybird/WebContentView.h
index a5c631d2a1..e8a750aacc 100644
--- a/Ladybird/WebContentView.h
+++ b/Ladybird/WebContentView.h
@@ -93,8 +93,6 @@ public:
void debug_request(DeprecatedString const& request, DeprecatedString const& argument);
- void get_source();
-
void run_javascript(DeprecatedString const& js_source);
void did_output_js_console_message(i32 message_index);