| 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 3d7323e2dd2efcae6629ecb6f00436d1125d7c6d..ea4736d31c48144777a2843ef3d0c1e3cc13bab2 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/service_runtime.cc
|
| +++ b/ppapi/native_client/src/trusted/plugin/service_runtime.cc
|
| @@ -702,7 +702,7 @@ void ServiceRuntime::StartSelLdr(const SelLdrStartParams& params,
|
| params.url.c_str(),
|
| params.uses_irt,
|
| params.uses_ppapi,
|
| - params.uses_nonsfi_mode,
|
| + uses_nonsfi_mode_,
|
| enable_dev_interfaces,
|
| params.enable_dyncode_syscalls,
|
| params.enable_exception_handling,
|
|
|