summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/Tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/Browser/Tab.h')
-rw-r--r--Userland/Applications/Browser/Tab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Userland/Applications/Browser/Tab.h b/Userland/Applications/Browser/Tab.h
index 2d99798caa..b6dc5d17f4 100644
--- a/Userland/Applications/Browser/Tab.h
+++ b/Userland/Applications/Browser/Tab.h
@@ -108,8 +108,8 @@ private:
BrowserWindow& window();
void update_actions();
- void bookmark_current_url();
- void update_bookmark_button(DeprecatedString const& url);
+ ErrorOr<void> bookmark_current_url();
+ void update_bookmark_button(StringView url);
void start_download(const URL& url);
void view_source(const URL& url, DeprecatedString const& source);
void update_status(Optional<DeprecatedString> text_override = {}, i32 count_waiting = 0);