Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc

Issue 373003005: Pepper: Small PnaclResources cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 f6fea1e0fd7a2ad16938234350cd8c08de56f66e..639d494aa5b45a4233aee0114453193f5fc1397b 100644
--- a/ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc
+++ b/ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc
@@ -337,7 +337,7 @@ bool PnaclTranslateThread::RunLdSubprocess() {
PP_NaClFileInfo ld_file_info = resources_->TakeLdFileInfo();
// On success, ownership of ld_file_info is transferred.
nacl::scoped_ptr<NaClSubprocess> ld_subprocess(
- plugin_->LoadHelperNaClModule(resources_->GetLlcUrl(),
+ plugin_->LoadHelperNaClModule(resources_->GetLdUrl(),
ld_file_info,
&error_info));
if (ld_subprocess.get() == NULL) {

Powered by Google App Engine
This is Rietveld 408576698