Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1012)

Unified Diff: pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart

Issue 1421003004: Add CoreClasses (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 0eea7203c95ada441aaf65899653a9f1d823ca89..5e224e25438c518d8e2f62451d016941f83e659f 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
@@ -2496,7 +2496,7 @@ class GlobalProgramInformation {
FunctionElement get throwTypeErrorHelper => _backend.helpers.throwTypeError;
- ClassElement get nullClass => _compiler.nullClass;
+ ClassElement get nullClass => _compiler.coreClasses.nullClass;
DartType unaliasType(DartType type) => type.unaliased;

Powered by Google App Engine
This is Rietveld 408576698