| Index: runtime/bin/eventhandler_patch.dart
|
| diff --git a/runtime/bin/eventhandler_patch.dart b/runtime/bin/eventhandler_patch.dart
|
| index 102770836c3360ac24dea72aabb0c0712c04528a..46c1e3dac4f3de3e80aad8b710654a9a8d4bc25d 100644
|
| --- a/runtime/bin/eventhandler_patch.dart
|
| +++ b/runtime/bin/eventhandler_patch.dart
|
| @@ -24,7 +24,7 @@ patch class _EventHandler {
|
| }
|
|
|
|
|
| -class _EventHandlerImpl extends NativeFieldWrapperClass1 {
|
| +class _EventHandlerImpl {
|
| _EventHandlerImpl() { }
|
| void _start() native "EventHandler_Start";
|
| void _sendData(Object sender, ReceivePort receivePort, int data)
|
|
|