| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index eb5b444b35643b398840b87a3ee8d08bec3fc381..28b5b6d99f586e6ee2f5a3747bd66544c16eb776 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -25,7 +25,7 @@ namespace bin {
|
| V(Filter_CreateZLibDeflate, 3) \
|
| V(Filter_CreateZLibInflate, 1) \
|
| V(Filter_End, 1) \
|
| - V(Filter_Process, 2) \
|
| + V(Filter_Process, 4) \
|
| V(Filter_Processed, 3) \
|
| V(InternetAddress_Fixed, 1) \
|
| V(Platform_NumberOfProcessors, 0) \
|
|
|