| Index: ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc
|
| diff --git a/ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc b/ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc
|
| index 01ac5c046040dd97287576fe5fb81251176cc2c5..47cb621fac27ac2302234242ee0bb72f6cc2d3df 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc
|
| +++ b/ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc
|
| @@ -119,7 +119,8 @@ NaClSubprocess* PnaclTranslateThread::StartSubprocess(
|
| // so that NaCl GDB can filter-out the translator processes (and not debug
|
| // the translator itself). Must have a full URL with schema, otherwise the
|
| // string gets silently dropped by GURL.
|
| - nacl::string full_url = resources_->GetFullUrl(url_for_nexe);
|
| + nacl::string full_url = resources_->GetFullUrl(
|
| + url_for_nexe, plugin_->nacl_interface()->GetSandboxArch());
|
| nacl::scoped_ptr<NaClSubprocess> subprocess(
|
| plugin_->LoadHelperNaClModule(full_url, wrapper, manifest, error_info));
|
| if (subprocess.get() == NULL) {
|
|
|