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

Unified Diff: pkg/compiler/lib/src/ssa/rasta_ssa_builder_task.dart

Issue 2925263002: A step towards handling `new Object()` in compile_from_dill_test (Closed)
Patch Set: Created 3 years, 6 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/ssa/rasta_ssa_builder_task.dart
diff --git a/pkg/compiler/lib/src/ssa/rasta_ssa_builder_task.dart b/pkg/compiler/lib/src/ssa/rasta_ssa_builder_task.dart
index f05b53bcb8c93e45cc202c2c251940af0f638cb9..7a687dda9cf31d1967214d2e2780bf15995107d0 100644
--- a/pkg/compiler/lib/src/ssa/rasta_ssa_builder_task.dart
+++ b/pkg/compiler/lib/src/ssa/rasta_ssa_builder_task.dart
@@ -43,6 +43,7 @@ class RastaSsaBuilderTask extends SsaAstBuilderBase {
typeInferenceMap,
astAdapter,
closedWorld,
+ backend.compiler.codegenWorldBuilder,
work.registry,
backend.compiler.closureToClassMapper,
sourceInformationFactory.createBuilderForContext(work.element),

Powered by Google App Engine
This is Rietveld 408576698