| Index: runtime/bin/eventhandler.h
|
| diff --git a/runtime/bin/eventhandler.h b/runtime/bin/eventhandler.h
|
| index f410ee9ed0182c506df18e59f94a0ef8cbda953d..dd0be38e0b73b4969dcc6323060c015233b85f21 100644
|
| --- a/runtime/bin/eventhandler.h
|
| +++ b/runtime/bin/eventhandler.h
|
| @@ -647,6 +647,8 @@ class EventHandler {
|
|
|
| static EventHandlerImplementation* delegate();
|
|
|
| + static void SendFromNative(intptr_t id, Dart_Port port, int64_t data);
|
| +
|
| private:
|
| friend class EventHandlerImplementation;
|
| EventHandlerImplementation delegate_;
|
|
|