| Index: pkg/compiler/lib/src/constant_system.dart
|
| diff --git a/pkg/compiler/lib/src/constant_system.dart b/pkg/compiler/lib/src/constant_system.dart
|
| index 36b98d7f0e6d52745d90d792dc8c6e8db2df8df7..6a1bfb0444d9603a6ed6946838f98d4cbdab3f92 100644
|
| --- a/pkg/compiler/lib/src/constant_system.dart
|
| +++ b/pkg/compiler/lib/src/constant_system.dart
|
| @@ -62,7 +62,7 @@ abstract class ConstantSystem {
|
|
|
| // We need to special case the subtype check for JavaScript constant
|
| // system because an int is a double at runtime.
|
| - bool isSubtype(Compiler compiler, DartType s, DartType t);
|
| + bool isSubtype(DartTypes types, DartType s, DartType t);
|
|
|
| /** Returns true if the [constant] is an integer at runtime. */
|
| bool isInt(ConstantValue constant);
|
|
|