| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index a8cbc1f8b7758a11a183ecab20d1d8e0610494a0..4c55b6f6891d0124707f67651a0a1c9f34f7e182 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -78,6 +78,7 @@ namespace bin {
|
| V(Filter_Processed, 3) \
|
| V(InternetAddress_Parse, 1) \
|
| V(IOService_NewServicePort, 0) \
|
| + V(NetworkInterface_ListSupported, 0) \
|
| V(Platform_NumberOfProcessors, 0) \
|
| V(Platform_OperatingSystem, 0) \
|
| V(Platform_PathSeparator, 0) \
|
|
|