Chromium Code Reviews| Index: runtime/bin/io_natives.cc |
| =================================================================== |
| --- runtime/bin/io_natives.cc (revision 24619) |
| +++ runtime/bin/io_natives.cc (working copy) |
| @@ -20,7 +20,6 @@ |
| // Some classes, like File and Directory, list their implementations in |
| // builtin_natives.cc instead. |
| #define IO_NATIVE_LIST(V) \ |
| - V(Common_IsBuiltinList, 1) \ |
| V(Crypto_GetRandomBytes, 1) \ |
| V(EventHandler_Start, 1) \ |
| V(EventHandler_SendData, 4) \ |