Chromium Code Reviews| Index: runtime/bin/directory.cc |
| =================================================================== |
| --- runtime/bin/directory.cc (revision 45249) |
| +++ runtime/bin/directory.cc (working copy) |
| @@ -143,6 +143,7 @@ |
| Dart_Null(), |
| 0, |
| NULL); |
| + if (Dart_IsError(results)) Dart_PropagateError(results); |
| SyncDirectoryListing sync_listing(results, |
| DartUtils::GetStringValue(path), |
| DartUtils::GetBooleanValue(recursive), |