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

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

Issue 2732633002: Remove Enqueuer.nativeEnqueuer (Closed)
Patch Set: Updated cf. comment Created 3 years, 9 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
« no previous file with comments | « pkg/compiler/lib/src/native/enqueue.dart ('k') | tests/compiler/dart2js/kernel/closed_world_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/ssa/codegen.dart
diff --git a/pkg/compiler/lib/src/ssa/codegen.dart b/pkg/compiler/lib/src/ssa/codegen.dart
index e4aa446e668428ca98d9e02da2e8c0bcd2b03ec4..8dfdcbfb78724f4cdaed77cf252c7e83c195594b 100644
--- a/pkg/compiler/lib/src/ssa/codegen.dart
+++ b/pkg/compiler/lib/src/ssa/codegen.dart
@@ -198,8 +198,8 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
BackendHelpers get helpers => backend.helpers;
- native.NativeEnqueuer get nativeEnqueuer {
- return compiler.enqueuer.codegen.nativeEnqueuer;
+ native.NativeCodegenEnqueuer get nativeEnqueuer {
+ return backend.nativeCodegenEnqueuer;
}
DiagnosticReporter get reporter => compiler.reporter;
« no previous file with comments | « pkg/compiler/lib/src/native/enqueue.dart ('k') | tests/compiler/dart2js/kernel/closed_world_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698