| Index: runtime/bin/directory_impl.dart
|
| diff --git a/runtime/bin/directory_impl.dart b/runtime/bin/directory_impl.dart
|
| index 9b9b6d2e623005644b56e6430140cce1b57ca339..598a5a4e14e5c58dfbba03bd88cb4e9146b58992 100644
|
| --- a/runtime/bin/directory_impl.dart
|
| +++ b/runtime/bin/directory_impl.dart
|
| @@ -39,7 +39,7 @@ class _DirectoryListingIsolate extends Isolate {
|
| class _DirectoryOperation {
|
| abstract void execute(ReceivePort port);
|
|
|
| - SendPort set replyPort(SendPort port) {
|
| + void set replyPort(SendPort port) {
|
| _replyPort = port;
|
| }
|
|
|
|
|