summaryrefslogtreecommitdiffstats
path: root/ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc')
-rw-r--r--ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc3
1 files changed, 2 insertions, 1 deletions
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 01ac5c0..47cb621 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) {