Index: pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart |
diff --git a/pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart b/pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart |
index 395f45594ba95731a008995de43a63319e9d7615..3bfeed456686a7f73bb206602e37e4d153e6f6f2 100644 |
--- a/pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart |
+++ b/pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart |
@@ -2057,6 +2057,8 @@ class GlobalProgramInformation { |
FunctionElement get throwTypeErrorHelper => _backend.getThrowTypeError(); |
ClassElement get nullClass => _compiler.nullClass; |
+ |
+ DartType unaliasType(DartType type) => type.unalias(_compiler); |
} |
/// IR builder specific to the JavaScript backend, coupled to the [JsIrBuilder]. |