| Index: lib/isolate/base.dart
|
| diff --git a/lib/isolate/base.dart b/lib/isolate/base.dart
|
| index 4805376d0472ad7147be6c89cc902a9f9b8925c2..e2c4b6d358bd43977b3d34d46b7d9ba9983f34b6 100644
|
| --- a/lib/isolate/base.dart
|
| +++ b/lib/isolate/base.dart
|
| @@ -50,7 +50,7 @@ external SendPort spawnUri(String uri);
|
| *
|
| * [SendPort]s can be transmitted to other isolates.
|
| */
|
| -abstract class SendPort implements Hashable {
|
| +abstract class SendPort {
|
|
|
| /**
|
| * Sends an asynchronous [message] to this send port. The message is copied to
|
|
|