Index: benchmarks/startup/startup.cc |
diff --git a/benchmarks/startup/startup.cc b/benchmarks/startup/startup.cc |
index 1a63dd0ab80d024c916d85587911930b573ca5b6..4fd92c995bc8c69e333f0e2abf4c8060c321422c 100644 |
--- a/benchmarks/startup/startup.cc |
+++ b/benchmarks/startup/startup.cc |
@@ -6,7 +6,7 @@ |
#include "mojo/public/c/system/main.h" |
-MojoResult MojoMain(MojoHandle shell_handle) { |
+MojoResult MojoMain(MojoHandle application_request) { |
// Terminate the process as soon as we reach the application entrypoint. The |
// testing script will instruct the shell to load this application and |
// measure the execution time, which reflects the startup performance. |