summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ppapi/proxy/host_dispatcher.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/proxy/host_dispatcher.cc b/ppapi/proxy/host_dispatcher.cc
index dc2c832..2f4be5a 100644
--- a/ppapi/proxy/host_dispatcher.cc
+++ b/ppapi/proxy/host_dispatcher.cc
@@ -62,7 +62,8 @@ HostDispatcher::HostDispatcher(base::ProcessHandle remote_process_handle,
GetInterfaceFunc local_get_interface)
: Dispatcher(remote_process_handle, local_get_interface),
pp_module_(module),
- ppb_proxy_(NULL) {
+ ppb_proxy_(NULL),
+ allow_plugin_reentrancy_(false) {
if (!g_module_to_dispatcher)
g_module_to_dispatcher = new ModuleToDispatcherMap;
(*g_module_to_dispatcher)[pp_module_] = this;