Skip to content

Commit 84f1b65

Browse files
fix build
1 parent 4e442b5 commit 84f1b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desktop/src/cef/internal/browser_process_life_span_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ impl ImplLifeSpanHandler for BrowserProcessLifeSpanHandlerImpl {
2323
_user_gesture: ::std::os::raw::c_int,
2424
_popup_features: Option<&cef::PopupFeatures>,
2525
_window_info: Option<&mut cef::WindowInfo>,
26-
_client: Option<&mut Option<impl cef::ImplClient>>,
26+
_client: Option<&mut Option<cef::Client>>,
2727
_settings: Option<&mut cef::BrowserSettings>,
2828
_extra_info: Option<&mut Option<cef::DictionaryValue>>,
2929
_no_javascript_access: Option<&mut ::std::os::raw::c_int>,

0 commit comments

Comments
 (0)