| Index: components/nacl/renderer/plugin/plugin.cc
|
| diff --git a/components/nacl/renderer/plugin/plugin.cc b/components/nacl/renderer/plugin/plugin.cc
|
| index 6ac063947a1e19fa6a71f572cbb34c50516c85e6..c714040057d82a2deff7810ccb22b603260d9ad0 100644
|
| --- a/components/nacl/renderer/plugin/plugin.cc
|
| +++ b/components/nacl/renderer/plugin/plugin.cc
|
| @@ -335,7 +335,7 @@ void Plugin::NaClManifestFileDidOpen(int32_t pp_error) {
|
| return;
|
|
|
| PP_Var pp_program_url;
|
| - PP_PNaClOptions pnacl_options = {PP_FALSE, PP_FALSE, 2};
|
| + PP_PNaClOptions pnacl_options = {PP_FALSE, PP_FALSE, PP_FALSE, 2};
|
| PP_Bool uses_nonsfi_mode;
|
| if (nacl_interface_->GetManifestProgramURL(
|
| pp_instance(), &pp_program_url, &pnacl_options, &uses_nonsfi_mode)) {
|
|
|