Chromium Code Reviews| Index: runtime/bin/io_natives.cc |
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc |
| index 011e7921a7d95ed7685bd943a7f1726b68497e70..969f0350c9b9746ddeb873c43f8ff6d0ffe65ee7 100644 |
| --- a/runtime/bin/io_natives.cc |
| +++ b/runtime/bin/io_natives.cc |
| @@ -31,6 +31,7 @@ namespace bin { |
| V(Directory_Rename, 2) \ |
| V(Directory_List, 3) \ |
| V(EventHandler_SendData, 3) \ |
| + V(EventHandler_TimerMillisecondClock, 0) \ |
| V(File_Open, 2) \ |
| V(File_Exists, 1) \ |
| V(File_GetFD, 1) \ |