| Index: lib/compiler/implementation/enqueue.dart
|
| diff --git a/lib/compiler/implementation/enqueue.dart b/lib/compiler/implementation/enqueue.dart
|
| index da3f90833c6f22e3dd398d28d6dddee44e1e643f..6ac8d8f8fa1fce744fa567f3016d24a42f1a35e8 100644
|
| --- a/lib/compiler/implementation/enqueue.dart
|
| +++ b/lib/compiler/implementation/enqueue.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.
|
|
|
| +part of dart2js;
|
| +
|
| class EnqueueTask extends CompilerTask {
|
| final Enqueuer codegen;
|
| final Enqueuer resolution;
|
|
|