summaryrefslogtreecommitdiff
path: root/desktop/browser_history.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser_history.h')
-rw-r--r--desktop/browser_history.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/browser_history.h b/desktop/browser_history.h
index 11b58e4dd..f3e524baf 100644
--- a/desktop/browser_history.h
+++ b/desktop/browser_history.h
@@ -34,8 +34,8 @@ struct history_entry;
struct redraw_context;
nserror browser_window_history_create(struct browser_window *bw);
-nserror browser_window_history_clone(const struct browser_window *bw,
- struct browser_window *new);
+nserror browser_window_history_clone(const struct browser_window *existing,
+ struct browser_window *clone);
void browser_window_history_add(struct browser_window *bw,
struct hlcache_handle *content, lwc_string *frag_id);
void browser_window_history_update(struct browser_window *bw,