| Index: pkg/compiler/lib/src/enqueue.dart
|
| diff --git a/pkg/compiler/lib/src/enqueue.dart b/pkg/compiler/lib/src/enqueue.dart
|
| index a15f0918ae83a2198b31b5ff3ecbd1d1b2a6fe6f..b4ea31001adad2c77b4debbb4098cb86ee95a3b0 100644
|
| --- a/pkg/compiler/lib/src/enqueue.dart
|
| +++ b/pkg/compiler/lib/src/enqueue.dart
|
| @@ -775,12 +775,7 @@ abstract class Enqueuer {
|
|
|
| /// [Enqueuer] which is specific to resolution.
|
| class ResolutionEnqueuer extends Enqueuer {
|
| - /**
|
| - * Map from declaration elements to the [TreeElements] object holding the
|
| - * resolution mapping for the element implementation.
|
| - *
|
| - * Invariant: Key elements are declaration elements.
|
| - */
|
| + /// All declaration elements that have been processed by the resolver.
|
| final Set<AstElement> processedElements;
|
|
|
| final Queue<ResolutionWorkItem> queue;
|
|
|