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

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

Issue 2989453002: Add support for compiling Dart via the FE in dart2js. (Closed)
Patch Set: update status Created 3 years, 5 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_backend/resolution_listener.dart
diff --git a/pkg/compiler/lib/src/js_backend/resolution_listener.dart b/pkg/compiler/lib/src/js_backend/resolution_listener.dart
index 2abec233d538bad87134e0bb770bc26cebf6f818..851295613dd52d4216b01a52fe49257a5e8e5208 100644
--- a/pkg/compiler/lib/src/js_backend/resolution_listener.dart
+++ b/pkg/compiler/lib/src/js_backend/resolution_listener.dart
@@ -228,7 +228,7 @@ class ResolutionEnqueuerListener extends EnqueuerListener {
if (!enqueuer.queueIsEmpty) return false;
- if (_options.useKernel) {
+ if (!_options.useKernel && _options.useKernelInSsa) {
_kernelTask?.buildKernelIr();
}

Powered by Google App Engine
This is Rietveld 408576698