Skip to content

Commit

Permalink
chore: rename class name for ui delegate (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
keiya01 committed Apr 23, 2022
1 parent 1c5d77a commit 76f18e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webview/wkwebview/mod.rs
Expand Up @@ -393,7 +393,7 @@ impl InnerWebView {
);
ctl.register()
}
None => class!(UIFileUploadPanelController),
None => class!(WebViewUIDelegate),
};
let ui_delegate: id = msg_send![ui_delegate, new];
let _: () = msg_send![webview, setUIDelegate: ui_delegate];
Expand Down

0 comments on commit 76f18e0

Please sign in to comment.