| Index: pkg/compiler/lib/src/serialization/task.dart
|
| diff --git a/pkg/compiler/lib/src/serialization/task.dart b/pkg/compiler/lib/src/serialization/task.dart
|
| index 3573b356bc6bb88b1b2134eaa180867ec588e839..2b86c5e2dc1f140e66dd81ef829305f5ccf549fa 100644
|
| --- a/pkg/compiler/lib/src/serialization/task.dart
|
| +++ b/pkg/compiler/lib/src/serialization/task.dart
|
| @@ -65,7 +65,7 @@ class DeserializedResolutionWorkItem implements ResolutionWorkItem {
|
| @override
|
| WorldImpact run(Compiler compiler, ResolutionEnqueuer world) {
|
| _isAnalyzed = true;
|
| - world.registerResolvedElement(element);
|
| + world.registerProcessedElement(element);
|
| return worldImpact;
|
| }
|
| }
|
|
|