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

Unified Diff: pkg/compiler/lib/src/js_emitter/code_emitter_task.dart

Issue 2884233002: Use entities in runtime_types (Closed)
Patch Set: Remove debug print Created 3 years, 7 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/js_emitter/code_emitter_task.dart
diff --git a/pkg/compiler/lib/src/js_emitter/code_emitter_task.dart b/pkg/compiler/lib/src/js_emitter/code_emitter_task.dart
index ddba1ec98cd038235aced9cc206fd02c170e778e..6d8ce6685f87f09e55baaeb85a1e0edff5ee9e7f 100644
--- a/pkg/compiler/lib/src/js_emitter/code_emitter_task.dart
+++ b/pkg/compiler/lib/src/js_emitter/code_emitter_task.dart
@@ -180,7 +180,8 @@ class CodeEmitterTask extends CompilerTask {
backend.typeVariableCodegenAnalysis,
backend.mirrorsData,
backend.rtiEncoder);
- typeTestRegistry = new TypeTestRegistry(codegenWorldBuilder, closedWorld);
+ typeTestRegistry = new TypeTestRegistry(
+ codegenWorldBuilder, closedWorld, compiler.elementEnvironment);
});
}

Powered by Google App Engine
This is Rietveld 408576698