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 c6033373ed6de7655de0ad1f4bcd30fbfa25b834..6d69d9bae74132d860044fe4e855f31368cac703 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 |
@@ -2303,6 +2303,8 @@ class GlobalProgramInformation { |
return cls.typeVariables.isNotEmpty && _backend.classNeedsRti(cls); |
} |
+ FunctionElement get throwTypeErrorHelper => _backend.getThrowTypeError(); |
+ |
ClassElement get nullClass => _compiler.nullClass; |
} |