| Index: lib/compiler/implementation/lib/isolate_patch.dart
|
| diff --git a/lib/compiler/implementation/lib/isolate_patch.dart b/lib/compiler/implementation/lib/isolate_patch.dart
|
| index cced45e552dc0e05bf73ad4f1ef2409723e46a2a..22318cc07a34271cc8a3feff6ff421f89b6a29da 100644
|
| --- a/lib/compiler/implementation/lib/isolate_patch.dart
|
| +++ b/lib/compiler/implementation/lib/isolate_patch.dart
|
| @@ -788,7 +788,7 @@ patch class _ReceivePortFactory {
|
| }
|
|
|
| /** Implementation of a multi-use [ReceivePort] on top of JavaScript. */
|
| -class _ReceivePortImpl {
|
| +class _ReceivePortImpl implements ReceivePort {
|
| int _id;
|
| Function _callback;
|
| static int _nextFreeId = 1;
|
|
|