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

Unified Diff: src/trusted/nonnacl_util/sel_ldr_launcher.cc

Issue 9705008: NaClDesc: Undo erroneous renaming of the DescWrapper methods (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 8 years, 9 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
« no previous file with comments | « src/trusted/desc/nacl_desc_wrapper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/nonnacl_util/sel_ldr_launcher.cc
diff --git a/src/trusted/nonnacl_util/sel_ldr_launcher.cc b/src/trusted/nonnacl_util/sel_ldr_launcher.cc
index c81cec355093cb2350bd30995ca24fec04d1aab4..47baafc9c84d6510be515653f299f12d4702c72e 100644
--- a/src/trusted/nonnacl_util/sel_ldr_launcher.cc
+++ b/src/trusted/nonnacl_util/sel_ldr_launcher.cc
@@ -69,7 +69,7 @@ static DescWrapper* GetSockAddr(DescWrapper* desc) {
header.ndescv_length = NACL_ARRAY_SIZE(descs);
header.flags = 0;
// Receive the message.
- if (0 != desc->LowLevelRecvMsg(&header, 0, NULL)) {
+ if (0 != desc->RecvMsg(&header, 0, NULL)) {
return NULL;
}
// Check that there was exactly one descriptor passed.
« no previous file with comments | « src/trusted/desc/nacl_desc_wrapper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698