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

Unified Diff: pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart

Issue 2975433002: Assert that we don't mix K and J elements (Closed)
Patch Set: Updated cf. comments 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_emitter/full_emitter/emitter.dart
diff --git a/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart b/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart
index a84297d1f0bb663956ddc6b54f8389e846351e25..89b844154e6544ac14f13be31f10dda1c6c78669 100644
--- a/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart
+++ b/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart
@@ -179,7 +179,7 @@ class Emitter extends js_emitter.EmitterBase {
compiler.options,
_closedWorld.commonElements,
compiler.codegenWorldBuilder,
- compiler.backend.rtiNeed,
+ _closedWorld.rtiNeed,
compiler.backend.rtiEncoder,
namer,
task,

Powered by Google App Engine
This is Rietveld 408576698