You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2015/09/10 08:41:07 UTC

cordova-plugin-wkwebview-engine git commit: Fixed warning due to change in parameter definition for the WKUIDelegate protocol implementation

Repository: cordova-plugin-wkwebview-engine
Updated Branches:
  refs/heads/master 26aa57987 -> 3eaf5270f


Fixed warning due to change in parameter definition for the WKUIDelegate protocol implementation


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/commit/3eaf5270
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/tree/3eaf5270
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/diff/3eaf5270

Branch: refs/heads/master
Commit: 3eaf5270f6485ef0a41cbd93020e5767d6a5bd8b
Parents: 26aa579
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Sep 9 23:41:01 2015 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Sep 9 23:41:01 2015 -0700

----------------------------------------------------------------------
 src/ios/CDVWKWebViewUIDelegate.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/3eaf5270/src/ios/CDVWKWebViewUIDelegate.m
----------------------------------------------------------------------
diff --git a/src/ios/CDVWKWebViewUIDelegate.m b/src/ios/CDVWKWebViewUIDelegate.m
index c9e5ce9..a7a16f2 100644
--- a/src/ios/CDVWKWebViewUIDelegate.m
+++ b/src/ios/CDVWKWebViewUIDelegate.m
@@ -32,7 +32,7 @@
 }
 
 - (void)     webView:(WKWebView*)webView runJavaScriptAlertPanelWithMessage:(NSString*)message
-    initiatedByFrame:(WKFrameInfo*)frame completionHandler:(void (^)())completionHandler
+    initiatedByFrame:(WKFrameInfo*)frame completionHandler:(void (^)(void))completionHandler
 {
     UIAlertController* alert = [UIAlertController alertControllerWithTitle:self.title
                                                                    message:message


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org