| Index: runtime/bin/eventhandler_win.h
|
| diff --git a/runtime/bin/eventhandler_win.h b/runtime/bin/eventhandler_win.h
|
| index 92741a537e38af2b672452c1871709361c367e5c..121cee43f8e5bd0a972725cc45c770d1f8287971 100644
|
| --- a/runtime/bin/eventhandler_win.h
|
| +++ b/runtime/bin/eventhandler_win.h
|
| @@ -234,6 +234,8 @@ class Handle {
|
| virtual void DoClose();
|
| virtual bool IsClosed() = 0;
|
|
|
| + bool IsHandleClosed() const { return handle_ == INVALID_HANDLE_VALUE; }
|
| +
|
| void SetPortAndMask(Dart_Port port, intptr_t mask) {
|
| port_ = port;
|
| mask_ = mask;
|
|
|