Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1167)

Unified Diff: runtime/bin/builtin_in.cc

Issue 8244001: Clean up directory listing interface. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/bin/directory.h » ('j') | runtime/bin/directory.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/builtin_in.cc
diff --git a/runtime/bin/builtin_in.cc b/runtime/bin/builtin_in.cc
index fdc504519f9d51040a1c85ce9c2244384ea5986b..aa1475422c3f00c54e858b07e0b765d3afaf4f77 100644
--- a/runtime/bin/builtin_in.cc
+++ b/runtime/bin/builtin_in.cc
@@ -24,9 +24,7 @@ static const char Builtin_source_[] = {
// to inject additional functionality e.g: Logger, file I/O, socket I/O etc.
#define BUILTIN_NATIVE_LIST(V) \
V(Logger_PrintString, 1) \
- V(Directory_Close, 2) \
- V(Directory_List, 8) \
- V(Directory_Open, 2) \
+ V(Directory_List, 7) \
V(File_OpenFile, 3) \
V(File_Exists, 1) \
V(File_Close, 1) \
« no previous file with comments | « no previous file | runtime/bin/directory.h » ('j') | runtime/bin/directory.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698