Index: runtime/bin/eventhandler_win.h |
diff --git a/runtime/bin/eventhandler_win.h b/runtime/bin/eventhandler_win.h |
index 44d710cf7088c1af71aff3498d4ed874fe62df84..09044e0fca7a0a99b0e2fc35d928b02953238026 100644 |
--- a/runtime/bin/eventhandler_win.h |
+++ b/runtime/bin/eventhandler_win.h |
@@ -360,10 +360,10 @@ class ClientSocket : public SocketHandle { |
class EventHandlerImplementation { |
public: |
EventHandlerImplementation(); |
- virtual ~EventHandlerImplementation() {} |
+ virtual ~EventHandlerImplementation(); |
void SendData(intptr_t id, Dart_Port dart_port, int64_t data); |
- void Start(); |
+ void Start(EventHandler* handler); |
void Shutdown(); |
static void EventHandlerEntry(uword args); |