| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index 2948ce82e5924e8fcf15666339830da816b41502..eb5b444b35643b398840b87a3ee8d08bec3fc381 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -21,8 +21,7 @@ namespace bin {
|
| // builtin_natives.cc instead.
|
| #define IO_NATIVE_LIST(V) \
|
| V(Crypto_GetRandomBytes, 1) \
|
| - V(EventHandler_Start, 1) \
|
| - V(EventHandler_SendData, 4) \
|
| + V(EventHandler_SendData, 3) \
|
| V(Filter_CreateZLibDeflate, 3) \
|
| V(Filter_CreateZLibInflate, 1) \
|
| V(Filter_End, 1) \
|
|
|