| Index: runtime/lib/isolate_patch.dart
|
| diff --git a/runtime/lib/isolate_patch.dart b/runtime/lib/isolate_patch.dart
|
| index 20b1f6bdf49df2511741742deecd99f8dab528ae..4ae2741c835f2aa8a744aa18e2d27f127011e42c 100644
|
| --- a/runtime/lib/isolate_patch.dart
|
| +++ b/runtime/lib/isolate_patch.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| import "dart:collection" show HashMap;
|
| -import "dart:_internal";
|
| +import "dart:_internal" hide Symbol;
|
|
|
| @patch class ReceivePort {
|
| @patch factory ReceivePort() = _ReceivePortImpl;
|
|
|