am d972a35b: Merge "Start using libv8 rather than WebView V8."

* commit 'd972a35bb93a1aaf96b52b80d4b69ce2c4c8ac4b':
  Start using libv8 rather than WebView V8.
diff --git a/src/proxy_resolver_v8.cc b/src/proxy_resolver_v8.cc
index e4045be..7e52dc6 100644
--- a/src/proxy_resolver_v8.cc
+++ b/src/proxy_resolver_v8.cc
@@ -705,7 +705,7 @@
     ProxyErrorListener* error_listener)
     : context_(NULL), js_bindings_(custom_js_bindings),
       error_listener_(error_listener) {
-
+  v8::V8::Initialize();
 }
 
 ProxyResolverV8::~ProxyResolverV8() {