diff --git a/src/app/browser/window/tab/item/page.rs b/src/app/browser/window/tab/item/page.rs index 953a51f0..ef73c8f0 100644 --- a/src/app/browser/window/tab/item/page.rs +++ b/src/app/browser/window/tab/item/page.rs @@ -81,7 +81,7 @@ impl Page { let status = Rc::new(RefCell::new(Status::New { time: now() })); - let client = Rc::new(Client::init(&profile, { + let client = Rc::new(Client::init(profile, { let id = id.clone(); let status = status.clone(); let update = browser_action.update.clone();