Index: runtime/bin/process_win.cc |
diff --git a/runtime/bin/process_win.cc b/runtime/bin/process_win.cc |
index 937715e05b5368f04ca854dadfce7f88bcbca705..5da9bd34128cc47342ef94156c2613c108f39216 100644 |
--- a/runtime/bin/process_win.cc |
+++ b/runtime/bin/process_win.cc |
@@ -666,7 +666,8 @@ class ProcessStarter { |
DISALLOW_IMPLICIT_CONSTRUCTORS(ProcessStarter); |
}; |
-int Process::Start(const char* path, |
+int Process::Start(Namespace* namespc, |
+ const char* path, |
char* arguments[], |
intptr_t arguments_length, |
const char* working_directory, |