Chromium Code Reviews| Index: runtime/bin/io_natives.cc |
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc |
| index 0b4cedd606556e040b21a2ed5ae765f52dff1b93..ddaf345e425b5fd437b5affc048c8ab309f6bc1d 100644 |
| --- a/runtime/bin/io_natives.cc |
| +++ b/runtime/bin/io_natives.cc |
| @@ -29,6 +29,7 @@ namespace bin { |
| V(Filter_End, 1) \ |
| V(Filter_Process, 2) \ |
| V(Filter_Processed, 2) \ |
| + V(InternetAddress_Fixed, 1) \ |
| V(Platform_NumberOfProcessors, 0) \ |
| V(Platform_OperatingSystem, 0) \ |
| V(Platform_PathSeparator, 0) \ |