| Index: runtime/bin/eventhandler_macos.cc
|
| diff --git a/runtime/bin/eventhandler_macos.cc b/runtime/bin/eventhandler_macos.cc
|
| index 6823ef878ff14d8b2032cbec4ddee3e742ad5095..fc94384b62857639e233d9b9b5bed4754574ec49 100644
|
| --- a/runtime/bin/eventhandler_macos.cc
|
| +++ b/runtime/bin/eventhandler_macos.cc
|
| @@ -238,6 +238,7 @@ void EventHandlerImplementation::HandleInterruptFd() {
|
| sd->Close();
|
| socket_map_.Remove(GetHashmapKeyFromFd(fd), GetHashmapHashFromFd(fd));
|
| delete sd;
|
| + DartUtils::PostInt32(msg.dart_port, 1 << kDestroyedEvent);
|
| } else {
|
| if ((msg.data & (1 << kInEvent)) != 0 && sd->IsClosedRead()) {
|
| DartUtils::PostInt32(msg.dart_port, 1 << kCloseEvent);
|
|
|