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

Unified Diff: pkg/compiler/lib/src/js_emitter/native_emitter.dart

Issue 2349163003: Move towards using WorldImpact for codegen (Closed)
Patch Set: Reinsert missing features uses. Created 4 years, 3 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 137f407a4df7d12734fbfdf93f0d730221aa2922..2e5f45704889980d0ec0d40fd5532f32e6d9e0c5 100644
--- a/pkg/compiler/lib/src/js_emitter/native_emitter.dart
+++ b/pkg/compiler/lib/src/js_emitter/native_emitter.dart
@@ -191,8 +191,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 (compiler.enqueuer.codegen.nativeEnqueuer.hasInstantiatedNativeClasses) {
fillNativeInfo(jsInterceptorClass);
for (Class cls in classes) {
if (!cls.isNative || neededClasses.contains(cls)) {

Powered by Google App Engine
This is Rietveld 408576698