| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index 38bc31aadc957d1e9c96fb10cbc4aa3e3e4cc2b6..4678ba689d732f2ae15de1f84533c6f62ebdee93 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -28,7 +28,7 @@ namespace bin {
|
| V(Filter_CreateZLibInflate, 1) \
|
| V(Filter_End, 1) \
|
| V(Filter_Process, 2) \
|
| - V(Filter_Processed, 2) \
|
| + V(Filter_Processed, 3) \
|
| V(InternetAddress_Fixed, 1) \
|
| V(Platform_NumberOfProcessors, 0) \
|
| V(Platform_OperatingSystem, 0) \
|
|
|