Index: components/nacl/renderer/plugin/pnacl_coordinator.cc |
diff --git a/components/nacl/renderer/plugin/pnacl_coordinator.cc b/components/nacl/renderer/plugin/pnacl_coordinator.cc |
index f80a465bcf084e2e066714374df91bdece8bdd81..96c2f93e6513655edb2aec1971622f70d075f023 100644 |
--- a/components/nacl/renderer/plugin/pnacl_coordinator.cc |
+++ b/components/nacl/renderer/plugin/pnacl_coordinator.cc |
@@ -95,8 +95,8 @@ PnaclCoordinator::PnaclCoordinator( |
plugin_(plugin), |
translate_notify_callback_(translate_notify_callback), |
translation_finished_reported_(false), |
- compiler_subprocess_("compiler.nexe", NULL, NULL), |
- ld_subprocess_("linker.nexe", NULL, NULL), |
+ compiler_subprocess_("compiler.nexe", NULL), |
+ ld_subprocess_("linker.nexe", NULL), |
pexe_url_(pexe_url), |
pnacl_options_(pnacl_options), |
architecture_attributes_(GetArchitectureAttributes(plugin)), |