Index: runtime/bin/io_natives.cc |
diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc |
index 6a860b7d66da24c8c07e46dfa5f55f5c67972a58..9a19bb3df844b02a146506a541ea537be3f22936 100644 |
--- a/runtime/bin/io_natives.cc |
+++ b/runtime/bin/io_natives.cc |
@@ -22,8 +22,8 @@ namespace bin { |
#define IO_NATIVE_LIST(V) \ |
V(Crypto_GetRandomBytes, 1) \ |
V(EventHandler_SendData, 3) \ |
- V(Filter_CreateZLibDeflate, 3) \ |
- V(Filter_CreateZLibInflate, 1) \ |
+ V(Filter_CreateZLibDeflate, 5) \ |
+ V(Filter_CreateZLibInflate, 3) \ |
V(Filter_End, 1) \ |
V(Filter_Process, 4) \ |
V(Filter_Processed, 3) \ |