| Index: runtime/bin/process_patch.dart
|
| diff --git a/runtime/bin/process_patch.dart b/runtime/bin/process_patch.dart
|
| index f827c53c549d2c0958426132346259b908a4bc45..34ca47685a2d2e0ffa2150fbfa453b8f4be2d49d 100644
|
| --- a/runtime/bin/process_patch.dart
|
| +++ b/runtime/bin/process_patch.dart
|
| @@ -31,7 +31,8 @@ patch class Process {
|
|
|
|
|
| patch class _ProcessUtils {
|
| - /* patch */ static _exit(int status) native "Exit";
|
| + /* patch */ static _exit(int status) native "Process_Exit";
|
| + /* patch */ static _setExitCode(int status) native "Process_SetExitCode";
|
| }
|
|
|
|
|
|
|