| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index 480ce688b4dda5352384de29249eda0345fd5b5f..d540e9c05563bc025610bf92475a1e5742f43c08 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -27,8 +27,7 @@ namespace bin {
|
| V(Filter_End, 1) \
|
| V(Filter_Process, 4) \
|
| V(Filter_Processed, 3) \
|
| - V(InternetAddress_Fixed, 1) \
|
| - V(InternetAddress_Parse, 2) \
|
| + V(InternetAddress_Parse, 1) \
|
| V(IOService_NewServicePort, 0) \
|
| V(Platform_NumberOfProcessors, 0) \
|
| V(Platform_OperatingSystem, 0) \
|
|
|