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

Unified Diff: runtime/bin/run_vm_tests_fuchsia.cc

Issue 2308673002: Fix build: mx_handle_get_info -> mx_object_get_info. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/run_vm_tests_fuchsia.cc
diff --git a/runtime/bin/run_vm_tests_fuchsia.cc b/runtime/bin/run_vm_tests_fuchsia.cc
index 35eee464cd07550f0a4319bdfb28d27cdd6fba1e..328323e7e30f5e72dbd7c2016b7f96c652beee7d 100644
--- a/runtime/bin/run_vm_tests_fuchsia.cc
+++ b/runtime/bin/run_vm_tests_fuchsia.cc
@@ -273,7 +273,7 @@ static int run_test(mx_handle_t binary_vmo, const char* test_name,
RETURN_IF_ERROR(r);
mx_process_info_t proc_info;
- mx_ssize_t info_size = mx_handle_get_info(
+ mx_ssize_t info_size = mx_object_get_info(
p, MX_INFO_PROCESS, &proc_info, sizeof(proc_info));
RETURN_IF_ERROR(info_size);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698