| Index: sdk/lib/isolate/base.dart
|
| diff --git a/sdk/lib/isolate/base.dart b/sdk/lib/isolate/base.dart
|
| index a649ab907f85d060df5873dd96401d68d47be16b..308fc4cda5911f9dcf27dc33e913454ad5a49ac0 100644
|
| --- a/sdk/lib/isolate/base.dart
|
| +++ b/sdk/lib/isolate/base.dart
|
| @@ -145,7 +145,7 @@ abstract class SendPortSync {
|
|
|
| // The VM doesn't support accessing external globals in the same library. We
|
| // therefore create this wrapper class.
|
| -// TODO(floitsch): add bug-number.
|
| +// TODO(6997): Don't go through static class for external variables.
|
| abstract class _Isolate {
|
| external static ReceivePort get port;
|
| external static SendPort spawnFunction(void topLevelFunction());
|
|
|