Index: ppapi/proxy/host_dispatcher.cc |
diff --git a/ppapi/proxy/host_dispatcher.cc b/ppapi/proxy/host_dispatcher.cc |
index fc7686f874f128e86c268cacb3e4b363b32eba65..d1c28f7236e1910cb0846fb6ff4d2c048b3b5131 100644 |
--- a/ppapi/proxy/host_dispatcher.cc |
+++ b/ppapi/proxy/host_dispatcher.cc |
@@ -72,7 +72,7 @@ HostDispatcher::HostDispatcher(base::ProcessHandle remote_process_handle, |
g_module_to_dispatcher = new ModuleToDispatcherMap; |
(*g_module_to_dispatcher)[pp_module_] = this; |
- SetSerializationRules(new HostVarSerializationRules(module)); |
+ SetSerializationRules(new HostVarSerializationRules); |
ppb_proxy_ = reinterpret_cast<const PPB_Proxy_Private*>( |
local_get_interface(PPB_PROXY_PRIVATE_INTERFACE)); |