Index: runtime/bin/io_natives.cc |
diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc |
index 39946a7e03377fe7140f71e4ca1cdce195353867..aa72ed957abf0383bf4fbde4c3f125dc9d262c13 100644 |
--- a/runtime/bin/io_natives.cc |
+++ b/runtime/bin/io_natives.cc |
@@ -29,6 +29,8 @@ namespace bin { |
V(Directory_Delete, 2) \ |
V(Directory_Rename, 2) \ |
V(Directory_List, 3) \ |
+ V(Directory_GetAsyncDirectoryListerPointer, 1) \ |
+ V(Directory_SetAsyncDirectoryListerPointer, 2) \ |
V(EventHandler_SendData, 3) \ |
V(EventHandler_TimerMillisecondClock, 0) \ |
V(File_Open, 2) \ |