| Index: ppapi/native_client/src/trusted/plugin/service_runtime.cc
|
| diff --git a/ppapi/native_client/src/trusted/plugin/service_runtime.cc b/ppapi/native_client/src/trusted/plugin/service_runtime.cc
|
| index c949907b42f2ed3d934957dcf029988afd482da5..61d8c56643afe83be3d4243fd7d7f6cf554fcdcf 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/service_runtime.cc
|
| +++ b/ppapi/native_client/src/trusted/plugin/service_runtime.cc
|
| @@ -396,6 +396,8 @@ void ServiceRuntime::StartSelLdr(const SelLdrStartParams& params,
|
| PP_FromBool(main_service_runtime_),
|
| params.url.c_str(),
|
| ¶ms.file_info,
|
| + params.resource_file_handles,
|
| + params.resource_file_handles_len,
|
| PP_FromBool(uses_nonsfi_mode_),
|
| PP_FromBool(enable_dev_interfaces),
|
| params.process_type,
|
|
|