summaryrefslogtreecommitdiff
path: root/Ladybird/WebContentView.h
diff options
context:
space:
mode:
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 8870ada8e3..8a35c7bc57 100644
--- a/Ladybird/WebContentView.h
+++ b/Ladybird/WebContentView.h
@@ -86,8 +86,6 @@ public:
virtual void focusOutEvent(QFocusEvent*) override;
virtual bool event(QEvent*) override;
- void run_javascript(DeprecatedString const& js_source);
-
void did_output_js_console_message(i32 message_index);
void did_get_js_console_messages(i32 start_index, Vector<DeprecatedString> message_types, Vector<DeprecatedString> messages);