From 94c096dd5b2a042534de72a53ee9bf166118eb83 Mon Sep 17 00:00:00 2001 From: Marcel Kinard Date: Tue, 26 Aug 2014 16:38:04 -0400 Subject: [PATCH] CB-7291 propogate change in method signature to the native tests --- .../org/apache/cordova/test/CordovaWebViewTestActivity.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java b/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java index 1c1789ef..d4270475 100644 --- a/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java +++ b/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java @@ -52,7 +52,7 @@ public class CordovaWebViewTestActivity extends Activity implements CordovaInter cordovaWebView = (CordovaWebView) findViewById(R.id.cordovaWebView); cordovaWebView.init(this, new CordovaWebViewClient(this, cordovaWebView), new CordovaChromeClient(this, cordovaWebView), - Config.getPluginEntries(), Config.getWhitelist(), Config.getPreferences()); + Config.getPluginEntries(), Config.getWhitelist(), Config.getExternalWhitelist(), Config.getPreferences()); cordovaWebView.loadUrl("file:///android_asset/www/index.html"); @@ -105,4 +105,4 @@ public class CordovaWebViewTestActivity extends Activity implements CordovaInter cordovaWebView.handleDestroy(); } } -} \ No newline at end of file +}