| Index: pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart
|
| diff --git a/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart b/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart
|
| index b8138d7b4dda863c3c20bcaa2fc90a6c9ba80675..a88138bab1b07aaf4b95cf1014194da0bdbeb3c1 100644
|
| --- a/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart
|
| +++ b/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart
|
| @@ -5,7 +5,7 @@
|
| /// This library adapts ES6 generators to implement Dart's async/await.
|
| /// It's designed to interact with Dart's Future/Stream and follow Dart
|
| /// async/await semantics.
|
| -/// See https://github.com/dart-lang/dev_compiler/issues/245 for ideas on
|
| +/// See https://github.com/dart-lang/sdk/issues/27315 for ideas on
|
| /// reconciling Dart's Future and ES6 Promise.
|
| /// Inspired by `co`: https://github.com/tj/co/blob/master/index.js, which is a
|
| /// stepping stone for proposed ES7 async/await, and uses ES6 Promises.
|
|
|