| Index: chrome/nacl/nacl_main.cc
|
| ===================================================================
|
| --- chrome/nacl/nacl_main.cc (revision 107639)
|
| +++ chrome/nacl/nacl_main.cc (working copy)
|
| @@ -30,7 +30,7 @@
|
|
|
| // main() routine for the NaCl loader process.
|
| int NaClMain(const MainFunctionParams& parameters) {
|
| - const CommandLine& parsed_command_line = parameters.command_line_;
|
| + const CommandLine& parsed_command_line = parameters.command_line;
|
|
|
| // This function allows pausing execution using the --nacl-startup-dialog
|
| // flag allowing us to attach a debugger.
|
|
|