| Index: sdk/lib/_internal/compiler/implementation/types/forwarding_type_mask.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/types/forwarding_type_mask.dart b/sdk/lib/_internal/compiler/implementation/types/forwarding_type_mask.dart
|
| index c077d5f736091715af865bc901469a5cccf7b06a..8f4c05f505ca649de74507e40d0f3dfc3414bc4a 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/types/forwarding_type_mask.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/types/forwarding_type_mask.dart
|
| @@ -54,7 +54,7 @@ abstract class ForwardingTypeMask implements TypeMask {
|
| return forwardTo.satisfies(cls, compiler);
|
| }
|
|
|
| - bool contains(DartType type, Compiler compiler) {
|
| + bool contains(ClassElement type, Compiler compiler) {
|
| return forwardTo.contains(type, compiler);
|
| }
|
|
|
|
|