Index: ppapi/proxy/host_dispatcher.cc |
diff --git a/ppapi/proxy/host_dispatcher.cc b/ppapi/proxy/host_dispatcher.cc |
index 0170edbd8cf068b831b55606fad49ae0fc2f96db..835fd6202a8473cd5c9eee68b07321c82b3242eb 100644 |
--- a/ppapi/proxy/host_dispatcher.cc |
+++ b/ppapi/proxy/host_dispatcher.cc |
@@ -61,8 +61,9 @@ class BoolRestorer { |
HostDispatcher::HostDispatcher(PP_Module module, |
PP_GetInterface_Func local_get_interface, |
- SyncMessageStatusReceiver* sync_status) |
- : Dispatcher(local_get_interface), |
+ SyncMessageStatusReceiver* sync_status, |
+ const PpapiPermissions& permissions) |
+ : Dispatcher(local_get_interface, permissions), |
sync_status_(sync_status), |
pp_module_(module), |
ppb_proxy_(NULL), |