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

Unified Diff: pkg/compiler/lib/src/js_backend/runtime_types.dart

Issue 2595493002: Merge CoreTypes and CoreClasses into CommonElements. (Closed)
Patch Set: Updated cf. comment Created 4 years 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/js_backend/runtime_types.dart
diff --git a/pkg/compiler/lib/src/js_backend/runtime_types.dart b/pkg/compiler/lib/src/js_backend/runtime_types.dart
index e404cddb97adbcb9f8207b45d64ef11855249275..be1cb867299c7aee374e4f7d3da7a37540619b4e 100644
--- a/pkg/compiler/lib/src/js_backend/runtime_types.dart
+++ b/pkg/compiler/lib/src/js_backend/runtime_types.dart
@@ -263,7 +263,7 @@ class _RuntimeTypes implements RuntimeTypes {
// TODO(karlklose): make this dependency visible from code.
if (backend.helpers.jsArrayClass != null) {
registerRtiDependency(
- backend.helpers.jsArrayClass, compiler.coreClasses.listClass);
+ backend.helpers.jsArrayClass, compiler.commonElements.listClass);
}
// Compute the set of all classes and methods that need runtime type
// information.

Powered by Google App Engine
This is Rietveld 408576698