We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e442b5 commit 84f1b65Copy full SHA for 84f1b65
desktop/src/cef/internal/browser_process_life_span_handler.rs
@@ -23,7 +23,7 @@ impl ImplLifeSpanHandler for BrowserProcessLifeSpanHandlerImpl {
23
_user_gesture: ::std::os::raw::c_int,
24
_popup_features: Option<&cef::PopupFeatures>,
25
_window_info: Option<&mut cef::WindowInfo>,
26
- _client: Option<&mut Option<impl cef::ImplClient>>,
+ _client: Option<&mut Option<cef::Client>>,
27
_settings: Option<&mut cef::BrowserSettings>,
28
_extra_info: Option<&mut Option<cef::DictionaryValue>>,
29
_no_javascript_access: Option<&mut ::std::os::raw::c_int>,
0 commit comments