Updated Branches:
  refs/heads/master c28a31337 -> 12d06bd72

CB-3548: Throwing this one over the fence, but this change appears sane.  We 
should just return false.


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/bc52345f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/bc52345f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/bc52345f

Branch: refs/heads/master
Commit: bc52345f05416df974d8df48cfc2ea96f14f37d9
Parents: c509c8e
Author: Joe Bowser <[email protected]>
Authored: Mon Jun 3 14:45:27 2013 -0700
Committer: Joe Bowser <[email protected]>
Committed: Mon Jun 3 14:45:27 2013 -0700

----------------------------------------------------------------------
 .../org/apache/cordova/CordovaChromeClient.java    |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/bc52345f/framework/src/org/apache/cordova/CordovaChromeClient.java
----------------------------------------------------------------------
diff --git a/framework/src/org/apache/cordova/CordovaChromeClient.java 
b/framework/src/org/apache/cordova/CordovaChromeClient.java
index 93833a5..4d338a5 100755
--- a/framework/src/org/apache/cordova/CordovaChromeClient.java
+++ b/framework/src/org/apache/cordova/CordovaChromeClient.java
@@ -222,6 +222,7 @@ public class CordovaChromeClient extends WebChromeClient {
                 result.confirm(r == null ? "" : r);
             } catch (JSONException e) {
                 e.printStackTrace();
+                return false;
             }
         }
 

Reply via email to