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

Unified Diff: pkg/compiler/lib/src/js_emitter/native_emitter.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
Index: pkg/compiler/lib/src/js_emitter/native_emitter.dart
diff --git a/pkg/compiler/lib/src/js_emitter/native_emitter.dart b/pkg/compiler/lib/src/js_emitter/native_emitter.dart
index ad8f71b89a6896b1a694dd12acce3708a5d6fdfc..68398c1bdd3f94cd766a4880ce67cdb6467ae2c5 100644
--- a/pkg/compiler/lib/src/js_emitter/native_emitter.dart
+++ b/pkg/compiler/lib/src/js_emitter/native_emitter.dart
@@ -208,7 +208,7 @@ class NativeEmitter {
// Add properties containing the information needed to construct maps used
// by getNativeInterceptor and custom elements.
- if (compiler.enqueuer.codegen.nativeEnqueuer.hasInstantiatedNativeClasses) {
+ if (backend.nativeCodegenEnqueuer.hasInstantiatedNativeClasses) {
fillNativeInfo(jsInterceptorClass);
for (Class cls in classes) {
if (!cls.isNative || neededClasses.contains(cls)) {

Powered by Google App Engine
This is Rietveld 408576698