Index: components/nacl/renderer/plugin/plugin.cc |
diff --git a/components/nacl/renderer/plugin/plugin.cc b/components/nacl/renderer/plugin/plugin.cc |
index 44ea7a4bb0721d9d5540a00da0129202e6f83ff9..cdea67fc5581a8666b36f8516c79d1430dc35380 100644 |
--- a/components/nacl/renderer/plugin/plugin.cc |
+++ b/components/nacl/renderer/plugin/plugin.cc |
@@ -140,7 +140,7 @@ bool Plugin::Init(uint32_t argc, const char* argn[], const char* argv[]) { |
Plugin::Plugin(PP_Instance pp_instance) |
: pp::Instance(pp_instance), |
- main_subprocess_("main subprocess", NULL, NULL), |
+ main_subprocess_("main subprocess", NULL), |
uses_nonsfi_mode_(false), |
wrapper_factory_(NULL), |
nacl_interface_(NULL), |