Update for pluggable_webview android branch
diff --git a/src/android/Capture.java b/src/android/Capture.java
index 65df61f..3bdd67b 100644
--- a/src/android/Capture.java
+++ b/src/android/Capture.java
@@ -412,7 +412,7 @@
         File fp = webView.getResourceApi().mapUriToFile(data);
         JSONObject obj = new JSONObject();
 
-        FileUtils filePlugin = (FileUtils)webView.pluginManager.getPlugin("File");
+        FileUtils filePlugin = (FileUtils)webView.getPluginManager().getPlugin("File");
         LocalFilesystemURL url = filePlugin.filesystemURLforLocalPath(fp.getAbsolutePath());
 
         try {