Fix Windows build after directory library changes.
R=sgjesse@google.com BUG= TEST= Review URL: https://chromereviews.googleplex.com/3527012 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@44 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
@@ -14,7 +14,8 @@ bool Directory::Close(intptr_t dir) {
|
||||
return false;
|
||||
}
|
||||
|
||||
void Directory::List(intptr_t dir,
|
||||
void Directory::List(const char* path,
|
||||
intptr_t dir,
|
||||
bool recursive,
|
||||
Dart_Port dir_handler,
|
||||
Dart_Port file_handler,
|
||||
|
||||
Reference in New Issue
Block a user