Update black list with Landroid/webkit/WebViewFactory;

Change-Id: I6689d116930e862826527adad9a4000ebe9a5d28
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc
index 7b83e40..b1a5816 100644
--- a/compiler/driver/compiler_driver.cc
+++ b/compiler/driver/compiler_driver.cc
@@ -1734,6 +1734,7 @@
   "Landroid/webkit/JniUtil;",  // Calls System.loadLibrary.
   "Landroid/webkit/PluginManager;",  // // Calls OsConstants.initConstants.
   "Landroid/webkit/WebViewCore;",  // Calls System.loadLibrary.
+  "Landroid/webkit/WebViewFactory;",  // Calls -..-> android.os.SystemProperties.native_get.
   "Landroid/webkit/WebViewFactory$Preloader;",  // Calls to Class.forName.
   "Landroid/webkit/WebViewInputDispatcher;",  // Calls Calls regex.Pattern.compile -..-> regex.Pattern.compileImpl.
   "Landroid/webkit/URLUtil;",  // Calls Calls regex.Pattern.compile -..-> regex.Pattern.compileImpl.