| Index: runtime/bin/eventhandler_fuchsia.cc
|
| diff --git a/runtime/bin/eventhandler_fuchsia.cc b/runtime/bin/eventhandler_fuchsia.cc
|
| index cdd4fad7ea1a563f4d97f9601e6536bd683d403b..ff947eaeb3a28f592f02bee041264d0dafe5a592 100644
|
| --- a/runtime/bin/eventhandler_fuchsia.cc
|
| +++ b/runtime/bin/eventhandler_fuchsia.cc
|
| @@ -24,6 +24,7 @@ EventHandlerImplementation::EventHandlerImplementation() {
|
| if (status != NO_ERROR) {
|
| FATAL1("mx_msgpipe_create failed: %s\n", mx_strstatus(status));
|
| }
|
| + shutdown_ = false;
|
| }
|
|
|
|
|
|
|