| Index: runtime/bin/eventhandler_macos.h
|
| diff --git a/runtime/bin/eventhandler_macos.h b/runtime/bin/eventhandler_macos.h
|
| index f67f15ce57ac9e528b551abd5a7c55da69cd28b1..c9ea78d875c93d047e6209ee1d63d247d1663e34 100644
|
| --- a/runtime/bin/eventhandler_macos.h
|
| +++ b/runtime/bin/eventhandler_macos.h
|
| @@ -42,6 +42,7 @@ class EventHandlerImplementation {
|
| void HandleInterruptFd();
|
| void SetPort(intptr_t fd, Dart_Port dart_port, intptr_t mask);
|
| Dart_Port PortFor(intptr_t fd);
|
| + bool IsListeningSocket(intptr_t fd);
|
| intptr_t GetPollEvents(struct pollfd* pollfd);
|
| void SetPollEvents(struct pollfd* pollfds, intptr_t mask);
|
|
|
|
|