| Index: runtime/bin/eventhandler_macos.h
 | 
| diff --git a/runtime/bin/eventhandler_macos.h b/runtime/bin/eventhandler_macos.h
 | 
| index 014f27febfc00e3fce3cc060e60f1a7c443f061e..9ee388b99a7d104a45a0b7feea48c07c53bf61be 100644
 | 
| --- a/runtime/bin/eventhandler_macos.h
 | 
| +++ b/runtime/bin/eventhandler_macos.h
 | 
| @@ -103,7 +103,7 @@ class EventHandlerImplementation {
 | 
|    struct pollfd* GetPollFds(intptr_t* size);
 | 
|    void HandleEvents(struct pollfd* pollfds, int pollfds_size, int result_size);
 | 
|    void HandleTimeout();
 | 
| -  static void* Poll(void* args);
 | 
| +  static void Poll(uword args);
 | 
|    void WakeupHandler(intptr_t id, Dart_Port dart_port, int64_t data);
 | 
|    void HandleInterruptFd();
 | 
|    void SetPort(intptr_t fd, Dart_Port dart_port, intptr_t mask);
 | 
| 
 |