| Index: pkg/compiler/lib/src/types/abstract_value_domain.dart
|
| diff --git a/pkg/compiler/lib/src/types/abstract_value_domain.dart b/pkg/compiler/lib/src/types/abstract_value_domain.dart
|
| index 85d100753c8a7aacb67d166af434cd125773b63b..287cd2e03ac297fc22ecbd1d65267179f5f66d67 100644
|
| --- a/pkg/compiler/lib/src/types/abstract_value_domain.dart
|
| +++ b/pkg/compiler/lib/src/types/abstract_value_domain.dart
|
| @@ -139,7 +139,7 @@ abstract class AbstractValueDomain {
|
|
|
| bool isMorePreciseOrEqual(AbstractValue t1, AbstractValue t2);
|
|
|
| - AbstractBool isSubtypeOf(AbstractValue value, DartType type,
|
| + AbstractBool isSubtypeOf(AbstractValue value, ResolutionDartType type,
|
| {bool allowNull});
|
|
|
| /// Returns whether [value] is one of the falsy values: false, 0, -0, NaN,
|
| @@ -149,7 +149,7 @@ abstract class AbstractValueDomain {
|
| AbstractBool strictBoolify(AbstractValue type);
|
|
|
| /// Create a type mask containing at least all subtypes of [type].
|
| - AbstractValue subtypesOf(DartType type);
|
| + AbstractValue subtypesOf(ResolutionDartType type);
|
|
|
| /// Returns a subset of [receiver] containing at least the types
|
| /// that can respond to [selector] without throwing.
|
|
|