| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index ff790d6080438aacb88878550985ad3658475b27..8d6dfba20cbe9ee15fe2ce5c45b1d22e71bd99be 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) \
|
|
|