| Index: sdk/lib/_internal/compiler/implementation/compiler.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/compiler.dart b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| index 387a6ab4afcacf99b1bbb29e77e1367f2400bd9b..664aee520ae8387c2c1a37fc22fbc7eec6eeed81 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| @@ -629,7 +629,7 @@ abstract class Compiler implements DiagnosticListener {
|
| if (libraryName == 'dart:isolate'
|
| || libraryName == 'dart:html'
|
| // TODO(floitsch): create a separate async-helper library instead of
|
| - // importing the isolate-library just for async.
|
| + // importing the isolate-library just for TimerImpl.
|
| || libraryName == 'dart:async') {
|
| importIsolateHelperLibrary(library);
|
| }
|
|
|