Skip to content

Commit 4651a52

Browse files
committed
fix build
1 parent f18723c commit 4651a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tauri-runtime-cef/src/cef_impl/request_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ wrap_request_handler! {
127127
fn on_before_browse(
128128
&self,
129129
_browser: Option<&mut Browser>,
130-
_frame: Option<&mut Frame>,
130+
frame: Option<&mut Frame>,
131131
request: Option<&mut Request>,
132132
_user_gesture: ::std::os::raw::c_int,
133133
_is_redirect: ::std::os::raw::c_int,

0 commit comments

Comments
 (0)