| 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..dafa1e6cf575a5665af7e4f1ee8d789053e1dd8e 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/service_runtime.cc
|
| +++ b/ppapi/native_client/src/trusted/plugin/service_runtime.cc
|
| @@ -396,6 +396,7 @@ void ServiceRuntime::StartSelLdr(const SelLdrStartParams& params,
|
| PP_FromBool(main_service_runtime_),
|
| params.url.c_str(),
|
| ¶ms.file_info,
|
| + params.resource_file_handles,
|
| PP_FromBool(uses_nonsfi_mode_),
|
| PP_FromBool(enable_dev_interfaces),
|
| params.process_type,
|
|
|