| Index: runtime/bin/directory_unsupported.cc
|
| diff --git a/runtime/bin/directory_unsupported.cc b/runtime/bin/directory_unsupported.cc
|
| index 1b1abd27c29cc958cdf23307419358a60bc56a86..c4398bb69d1e88e8fe321b50231f92f916b06c3c 100644
|
| --- a/runtime/bin/directory_unsupported.cc
|
| +++ b/runtime/bin/directory_unsupported.cc
|
| @@ -59,7 +59,8 @@ void FUNCTION_NAME(Directory_Rename)(Dart_NativeArguments args) {
|
| }
|
|
|
|
|
| -void FUNCTION_NAME(Directory_List)(Dart_NativeArguments args) {
|
| +void FUNCTION_NAME(Directory_FillWithDirectoryListing)(
|
| + Dart_NativeArguments args) {
|
| Dart_ThrowException(DartUtils::NewInternalError(
|
| "Directory is not supported on this platform"));
|
| }
|
|
|