| Index: runtime/lib/isolate_patch.dart
|
| diff --git a/runtime/lib/isolate_patch.dart b/runtime/lib/isolate_patch.dart
|
| index ea14ec03096e9bf3bb4213fda5e9306c29ab9ce0..686e7f94d64328888eea7e7732eaac2e34777cd8 100644
|
| --- a/runtime/lib/isolate_patch.dart
|
| +++ b/runtime/lib/isolate_patch.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +import "dart:collection" show HashMap;
|
| +
|
| patch class ReceivePort {
|
| /* patch */ factory ReceivePort() = _ReceivePortImpl;
|
|
|
|
|