mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
macOS: Fixed an incorrect selector in the WKWebView delegate class
This commit is contained in:
parent
dc21f6fdad
commit
3a908f848a
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ struct WebViewDelegateClass : public ObjCClass<NSObject>
|
|||
addMethod (@selector (webView:didFailProvisionalNavigation:withError:), didFailProvisionalNavigation, "v@:@@@");
|
||||
|
||||
#if WKWEBVIEW_WEBVIEWDIDCLOSE_SUPPORTED
|
||||
addMethod (@selector (webView:webViewDidClose:), webViewDidClose, "v@:@");
|
||||
addMethod (@selector (webViewDidClose:), webViewDidClose, "v@:@");
|
||||
#endif
|
||||
|
||||
addMethod (@selector (webView:createWebViewWithConfiguration:forNavigationAction:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue