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:
ager@google.com 2011-10-05 15:02:27 +00:00
parent 023fa46e48
commit 7c191c392b

View file

@ -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,