| Index: pkg/compiler/lib/src/universe/world_impact.dart
|
| diff --git a/pkg/compiler/lib/src/universe/world_impact.dart b/pkg/compiler/lib/src/universe/world_impact.dart
|
| index 2a1afb812b1bcae59b38f912e87d38558a3c2665..4d4f3f9084aebdeb294db0c06ad5b229bbc6d1cc 100644
|
| --- a/pkg/compiler/lib/src/universe/world_impact.dart
|
| +++ b/pkg/compiler/lib/src/universe/world_impact.dart
|
| @@ -261,8 +261,8 @@ class ImpactUseCase {
|
| class ImpactStrategy {
|
| const ImpactStrategy();
|
|
|
| - /// Applies [impact] to [visitor] for the [impactUseCase] of [element].
|
| - void visitImpact(Element element, WorldImpact impact,
|
| + /// Applies [impact] to [visitor] for the [impactUseCase] of [impactSource].
|
| + void visitImpact(var impactSource, WorldImpact impact,
|
| WorldImpactVisitor visitor, ImpactUseCase impactUseCase) {
|
| // Apply unconditionally.
|
| impact.apply(visitor);
|
|
|